Skip to content

Commit

Permalink
fix: update ref.parameters 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 0d2ede1 commit 2151a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure/ref.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"SESSION_USE_REDIS": "true",
"CONSOLE_ENABLED": "false",
"STDOUT_ENABLED": "false",
"LOGGING_LEVEL": "debug",
"LOGGING_LEVEL": "INFO",
"LOGGING_ACCESS_LOG": "true",
"UG_REST_AUTH_API_TOKEN_URI": "https://login.ref.ug.kth.se/adfs/",
"UG_REST_API_URI": "https://integral-api.sys.kth.se/test/ug"
Expand Down
2 changes: 1 addition & 1 deletion config/serverSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = {
},
},
clientLogging: {
level: 'debug',
level: 'info',
},
cache: {
koppsApi: {
Expand Down

0 comments on commit 2151a56

Please sign in to comment.