mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-16 23:39:54 +03:00
Added formatting to swoole logs, to avoid duplicating the date
This commit is contained in:
parent
d0a986dd5a
commit
fb89cb80ac
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ return [
|
|||
'swoole-http-server' => [
|
||||
'logger' => [
|
||||
'logger-name' => 'Logger_Access',
|
||||
'format' => '%h %l %u "%r" %>s %b',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue