Skip to content

Commit e90ebfd

Browse files
authored
Merge pull request #6 from Micro-PHP/v1.0.5
v1.0.5 - fix decoration level from 10 to 1000
2 parents 156929c + f8f87c6 commit e90ebfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpLoggerPluginConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class HttpLoggerPluginConfiguration extends PluginConfiguration implements HttpL
3030
public const CFG_HTTP_LOGGER_ERROR_FORMAT = 'MICRO_HTTP_LOGGER_ERROR_FORMAT';
3131
public const LOGGER_ERROR_FORMAT_DEFAULT = '{{remote_addr}} - {{remote_user}} [{{status}}] "{{request}}"';
3232
public const LOGGER_ACCESS_FORMAT_DEFAULT = '{{remote_addr}} - {{remote_user}} [{{status}}] "{{request}}" {{request_header.http-referer}} {{request_header.user-agent}}';
33-
public const DECORATION_DEFAULT = 10;
33+
public const DECORATION_DEFAULT = 1000;
3434

3535
public function getAccessLoggerName(): string
3636
{

0 commit comments

Comments
 (0)