Skip to content

Commit

Permalink
v1.0.5 - fix decoration level from 10 to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Asisyas committed Jan 16, 2023
1 parent 062f0a9 commit f8f87c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpLoggerPluginConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class HttpLoggerPluginConfiguration extends PluginConfiguration implements HttpL
public const CFG_HTTP_LOGGER_ERROR_FORMAT = 'MICRO_HTTP_LOGGER_ERROR_FORMAT';
public const LOGGER_ERROR_FORMAT_DEFAULT = '{{remote_addr}} - {{remote_user}} [{{status}}] "{{request}}"';
public const LOGGER_ACCESS_FORMAT_DEFAULT = '{{remote_addr}} - {{remote_user}} [{{status}}] "{{request}}" {{request_header.http-referer}} {{request_header.user-agent}}';
public const DECORATION_DEFAULT = 10;
public const DECORATION_DEFAULT = 1000;

public function getAccessLoggerName(): string
{
Expand Down

0 comments on commit f8f87c6

Please sign in to comment.