Skip to content

Commit

Permalink
Merge branch '5.x' into 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Aug 14, 2024
2 parents 7366c1b + 12e1a63 commit d5cef89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/Logs.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public function init(): void
'levels' => $this->getLogLevels(),
'enabled' => $this->isEnabled(),
'categories' => [self::LOG_CATEGORY],
'logVars' => [],
'prefix' => static function(array $message) {
$log = Json::decodeIfJson($message[0]);
$feed = $log['feed'] ?? null;
Expand Down

0 comments on commit d5cef89

Please sign in to comment.