Skip to content

Commit

Permalink
Merge pull request #6 from Micro-PHP/v1.0.5
Browse files Browse the repository at this point in the history
v1.0.5 - fix decoration level from 10 to 1000
  • Loading branch information
Asisyas authored Jan 16, 2023
2 parents 156929c + f8f87c6 commit e90ebfd
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 e90ebfd

Please sign in to comment.