Skip to content

Commit

Permalink
Change the default log level to 'error'
Browse files Browse the repository at this point in the history
  • Loading branch information
powerkimhub committed Aug 23, 2024
1 parent aa80913 commit 0aa4226
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf/calllog_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ calllog:
## true | false
loopcheck: false # This temp method for development is busy wait. cf) calllogger.go:levelSetupLoop().

## info | error // The error is like switching off the call-log.
loglevel: info # If loopcheck is true, You can set this online.
## error | info // The error is like switching off the call-log.
loglevel: error # If loopcheck is true, You can set this online.

## true | false // Now false is reserved for the future.
logfile: true
Expand Down
4 changes: 2 additions & 2 deletions conf/log_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ cblog:
loopcheck: false # This temp method for development is busy wait. cf) cblogger.go:levelSetupLoop().

## trace | debug | info | warn/warning | error | fatal | panic
## Default logging level: info
loglevel: info # If loopcheck is true, You can set this online.
## Default logging level: error
loglevel: error # If loopcheck is true, You can set this online.

## true | false
logfile: true
Expand Down

0 comments on commit 0aa4226

Please sign in to comment.