Skip to content

Commit

Permalink
Update talaria.yaml
Browse files Browse the repository at this point in the history
Fixed typo in log filename
  • Loading branch information
AravindHemachandran authored Sep 22, 2024
1 parent f0ef6c7 commit 464859a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions talaria.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ zap:
# OutputPaths is a list of URLs or file paths to write logging output to.
outputPaths:
- stdout
# - /var/log/caduceus/caduceus.log
# - /var/log/talaria/talaria.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
Expand All @@ -615,7 +615,7 @@ zap:
# zapcore.EncoderConfig for details.
errorOutputPaths:
- stderr
# - /var/log/caduceus/caduceus.log
# - /var/log/talaria/talaria.log

# DisableCaller stops annotating logs with the calling function's file
# name and line number. By default, all logs are annotated.
Expand Down

0 comments on commit 464859a

Please sign in to comment.