Skip to content

Commit 8de7bd5

Browse files
committed
Changes default log group
1 parent 8922bb7 commit 8de7bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cron/CronLoggerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __invoke()
4848
$logFileDirectory = $this->pathProvider->getPath(Paths::PATH_PLUGIN_LOG);
4949

5050
return $this->loggerFactory->__invoke(
51-
self::LOG_NAME,
51+
$this->pluginName.' - '.self::LOG_NAME,
5252
$this->pluginName,
5353
$logFileDirectory.'/'.date('Ymd-His_').'cron.log'
5454
);

0 commit comments

Comments
 (0)