Skip to content

Commit

Permalink
updated petasos yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
maurafortino committed Jun 23, 2023
1 parent 15045bb commit f020ec9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions petasos.yaml
Expand Up @@ -157,6 +157,35 @@ log:
# (Optional) defaults to false
json: true

zap:
# OutputPaths is a list of URLs or file paths to write logging output to.
outputPaths:
- stdout
# - /var/log/scytale/scytale.log

# Level is the minimum enabled logging level. Note that this is a dynamic
# level, so calling Config.Level.SetLevel will atomically change the log
# level of all loggers descended from this config.
level: DEBUG

# EncoderConfig sets options for the chosen encoder. See
# zapcore.EncoderConfig for details.
errorOutputPaths:
- stderr
# - /var/log/scytale/scytale.log

# EncoderConfig sets options for the chosen encoder. See
# zapcore.EncoderConfig for details.
encoderConfig:
messageKey: message
levelKey: key
levelEncoder: lowercase

# Encoding sets the logger's encoding. Valid values are "json" and
# "console", as well as any third-party encodings registered via
# RegisterEncoder.
encoding: json

########################################
# Service Discovery Configuration
########################################
Expand Down

0 comments on commit f020ec9

Please sign in to comment.