Skip to content

Commit

Permalink
moved disablecaller one level up in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
maurafortino committed Jun 5, 2023
1 parent 311b918 commit 7f099c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scytale.yaml
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 7f099c7

Please sign in to comment.