From dcd1f68a517d2aa35d0ebc9364b4caec68a119d0 Mon Sep 17 00:00:00 2001 From: Michal Date: Mon, 30 Mar 2020 19:11:14 +0200 Subject: [PATCH] update logrouting.polish.md little fix, improved --- sections/production/logrouting.polish.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/production/logrouting.polish.md b/sections/production/logrouting.polish.md index 0b2a278e..fb0509d8 100644 --- a/sections/production/logrouting.polish.md +++ b/sections/production/logrouting.polish.md @@ -38,7 +38,7 @@ Robiąc to w ten sposób, aplikacja obsługuje teraz zarówno logikę aplikacji

### Przykład kodu - Lepsza obsługa dziennika + przykład Docker -In the application: +W aplikacji: ```javascript const logger = new winston.Logger({ level: 'info', @@ -49,7 +49,7 @@ const logger = new winston.Logger({ logger.log('info', 'Test Log Message with some parameter %s', 'some parameter', { anything: 'This is metadata' }); ``` -Then, in the docker container `daemon.json`: +Następnie, w kontenerze dockera `daemon.json`: ```json5 { "log-driver": "splunk", // just using Splunk as an example, it could be another storage type