mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
refactor: introduce DI container (#4238)
* refactor: introduce DI container * add bin/test
This commit is contained in:
@@ -175,8 +175,9 @@ final class ErrorLogHandler
|
||||
$context = Json::encode($record['context']);
|
||||
}
|
||||
}
|
||||
// Intentionally omitting newline
|
||||
$text = sprintf(
|
||||
"[%s] %s.%s %s %s\n",
|
||||
'[%s] %s.%s %s %s',
|
||||
$record['created_at']->format('Y-m-d H:i:s'),
|
||||
$record['name'],
|
||||
$record['level_name'],
|
||||
|
Reference in New Issue
Block a user