Skip to content

Commit 3411218

Browse files
committed
Fixing monolog sevice definition syntax
1 parent 777273f commit 3411218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

os2web_logging.services.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ parameters:
1111
services:
1212
monolog.handler.os2web_logging_watchdog:
1313
class: Monolog\Handler\RotatingFileHandler
14-
arguments: ['../logs/os2web_logging_watchdog.log', 60, 'monolog.level.debug']
14+
arguments: ['../logs/os2web_logging_watchdog.log', 60, '%monolog.level.debug%']
1515
monolog.handler.os2web_logging_access_log_file:
1616
class: Monolog\Handler\RotatingFileHandler
17-
arguments: ['../logs/os2web_logging_access_log.log', 60, 'monolog.level.debug']
17+
arguments: ['../logs/os2web_logging_access_log.log', 60, '%monolog.level.debug%']
1818
logger.os2web_logging_access_log_dblog:
1919
class: Drupal\os2web_logging\Logger\AccessLogsDbLog
2020
tags:

0 commit comments

Comments
 (0)