Skip to content

Commit

Permalink
Update log level to run tests on debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Gu committed Aug 6, 2019
1 parent c4a0328 commit 08cd73a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions test/config/300-configmap.yaml
Expand Up @@ -19,3 +19,35 @@ metadata:
namespace: serving-tests
data:
testKey: testValue

zap-logger-config: |
{
"level": "debug",
"development": false,
"outputPaths": ["stdout"],
"errorOutputPaths": ["stderr"],
"encoding": "json",
"encoderConfig": {
"timeKey": "ts",
"levelKey": "level",
"nameKey": "logger",
"callerKey": "caller",
"messageKey": "msg",
"stacktraceKey": "stacktrace",
"lineEnding": "",
"levelEncoder": "",
"timeEncoder": "iso8601",
"durationEncoder": "",
"callerEncoder": ""
}
}
# Log level overrides
# For all components except the autoscaler and queue proxy,
# changes are be picked up immediately.
# For autoscaler and queue proxy, changes require recreation of the pods.
loglevel.controller: "debug"
loglevel.autoscaler: "debug"
loglevel.queueproxy: "debug"
loglevel.webhook: "debug"
loglevel.activator: "debug"

0 comments on commit 08cd73a

Please sign in to comment.