From d3d9b78d39496e900d8d8b0e08b981bb5f2510b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Kleine-B=C3=B6rger?= Date: Wed, 26 Feb 2020 11:44:06 +0100 Subject: [PATCH] Revert adjustments for BigQueryLog --- Configuration/Settings.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Configuration/Settings.yaml b/Configuration/Settings.yaml index 6bac34c..9c905fa 100644 --- a/Configuration/Settings.yaml +++ b/Configuration/Settings.yaml @@ -48,6 +48,7 @@ Neos: psr3: 'Neos\Flow\Log\PsrLoggerFactory': bigQueryLogger: - class: 't3n\FlowLog\Backend\BigQueryLogger' - options: - loggerName: 'bigQueryLogger' + default: + class: 't3n\FlowLog\Backend\BigQueryLogger' + options: + loggerName: 'bigQueryLogger'