Skip to content

Commit f8f87c6

Browse files
committed
v1.0.5 - fix decoration level from 10 to 1000
1 parent 062f0a9 commit f8f87c6

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)