Loading module/Oscar/src/Oscar/Command/OscarCheckLoggerCommand.php +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ class OscarCheckLoggerCommand extends OscarCommandAbstract $io->text("Envoi : <bold>$msg</bold> dans les logs"); $logger->critical($msg); $logFile = realpath($oscarConfig->getConfiguration('log_path')); $logFile = realpath($oscarConfig->getLoggerFilePath()); $io->note("Vérifier le fichier '$logFile' : tail -f $logFile"); } } No newline at end of file Loading
module/Oscar/src/Oscar/Command/OscarCheckLoggerCommand.php +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ class OscarCheckLoggerCommand extends OscarCommandAbstract $io->text("Envoi : <bold>$msg</bold> dans les logs"); $logger->critical($msg); $logFile = realpath($oscarConfig->getConfiguration('log_path')); $logFile = realpath($oscarConfig->getLoggerFilePath()); $io->note("Vérifier le fichier '$logFile' : tail -f $logFile"); } } No newline at end of file