Ensured remote IP address is not logged when using swoole/openswoole

This commit is contained in:
Alejandro Celaya 2022-01-07 14:30:06 +01:00
parent 2b693dc492
commit 1d14140986
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
### Fixed
* [#1293](https://github.com/shlinkio/shlink/issues/1293) Fixed error when trying to create/import short URLs with a too long title.
* [#1306](https://github.com/shlinkio/shlink/issues/1306) Ensured remote IP address is not logged when using swoole/openswoole.
## [2.10.1] - 2021-12-21

View File

@ -82,7 +82,7 @@ return [
'swoole-http-server' => [
'logger' => [
'logger-name' => 'Logger_Access',
'format' => '%h %l %u "%r" %>s %b',
'format' => '%u "%r" %>s %B',
],
],
],