From 311b918946db0aef753689d7b281864abde754e1 Mon Sep 17 00:00:00 2001 From: maura fortino Date: Fri, 2 Jun 2023 14:03:23 -0400 Subject: [PATCH] disable caller from the start - until getLogger is called --- scytale.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/scytale.yaml b/scytale.yaml index 041db67..0c6c41a 100644 --- a/scytale.yaml +++ b/scytale.yaml @@ -187,6 +187,7 @@ zap: messageKey: message levelKey: key callerKey: caller + disableCaller: true levelEncoder: lowercase # Encoding sets the logger's encoding. Valid values are "json" and