Skip to content
Snippets Groups Projects
Unverified Commit 43fc7bf9 authored by Lars Kiesow's avatar Lars Kiesow
Browse files

Switch to YAML Syntax for Logging

This patch switches to using a much more readable YAML syntax for the
logging configuration in the HTML5 client.
parent dc0fc459
No related branches found
No related tags found
No related merge requests found
......@@ -428,9 +428,20 @@ public:
- pencil
- hand
clientLog:
server: { enabled: true, level: info }
console: { enabled: true, level: debug }
external: { enabled: false, level: info, url: https://LOG_HOST/html5Log, method: POST, throttleInterval: 400, flushOnClose: true, logTag: "" }
server:
enabled: true
level: info
console:
enabled: true
level: debug
external:
enabled: false
level: info
url: https://LOG_HOST/html5Log
method: POST
throttleInterval: 400
flushOnClose: true
logTag: ""
private:
app:
host: 127.0.0.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment