Skip to content

Commit

Permalink
fix logging config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcia-piccione committed Jan 6, 2025
1 parent 08fb607 commit 9af2e96
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .release/docker/themis_spruce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,11 @@ token:
bits: 1024

log:
file: "stdout"
level: (( grab $LOG_LEVEL || "INFO" ))
outputPaths:
- "stdout"
errorOutputPaths:
- "stdout"
level: (( grab $LOG_LEVEL || "DEBUG" ))

# tracing provides configuration around traces using OpenTelemetry.
# (Optional). By default, a 'noop' tracer provider is used and tracing is disabled.
Expand Down

0 comments on commit 9af2e96

Please sign in to comment.