Skip to content

Commit

Permalink
fix: update logging level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
4886Talga committed Nov 24, 2023
1 parent 2c7883e commit 0d2ede1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/serverSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = {
// Logging
logging: {
log: {
level: getEnv('LOGGING_LEVEL', 'debug'),
level: getEnv('LOGGING_LEVEL', 'info'),
},
accessLog: {
useAccessLog: getEnv('LOGGING_ACCESS_LOG', true),
Expand Down

0 comments on commit 0d2ede1

Please sign in to comment.