We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 156929c + f8f87c6 commit e90ebfdCopy full SHA for e90ebfd
src/HttpLoggerPluginConfiguration.php
@@ -30,7 +30,7 @@ class HttpLoggerPluginConfiguration extends PluginConfiguration implements HttpL
30
public const CFG_HTTP_LOGGER_ERROR_FORMAT = 'MICRO_HTTP_LOGGER_ERROR_FORMAT';
31
public const LOGGER_ERROR_FORMAT_DEFAULT = '{{remote_addr}} - {{remote_user}} [{{status}}] "{{request}}"';
32
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;
+ public const DECORATION_DEFAULT = 1000;
34
35
public function getAccessLoggerName(): string
36
{
0 commit comments