diff options
author | 2020-09-10 23:47:04 +0000 | |
---|---|---|
committer | 2020-09-10 23:47:04 +0000 | |
commit | 172bebb96ce3ef47f5514c5f7a9a2b70d583f31c (patch) | |
tree | 514b4c834e01da0a064536bd8f68ee6ed83c35b9 /README.md | |
parent | dae8d6f81bf346b3e63d939081b80c269e925e50 (diff) | |
parent | 4759e43ff7f29727477b0d928047bf5ca283cef1 (diff) |
Merge "Add log level support for orchestrator"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,3 +35,6 @@ Steps: * Run the plugin: * `cd k8s/deployments && ./start.sh` +# Troubleshooting + +* Logs can be set as "warn" or "info" in the config.json file of the orchestrator directory. By default the log level is set as "warn". |