diff --git a/scytale.yaml b/scytale.yaml index 0c6c41a..b5a9221 100644 --- a/scytale.yaml +++ b/scytale.yaml @@ -175,6 +175,10 @@ zap: # level of all loggers descended from this config. level: DEBUG + # DisableCaller stops annotating logs with the calling function's file + # name and line number. By default, all logs are annotated. + disableCaller: true + # EncoderConfig sets options for the chosen encoder. See # zapcore.EncoderConfig for details. errorOutputPaths: @@ -187,7 +191,6 @@ zap: messageKey: message levelKey: key callerKey: caller - disableCaller: true levelEncoder: lowercase # Encoding sets the logger's encoding. Valid values are "json" and