https://confluence.atlassian.com/display/STASH/Stash+debug+logging provides a way to enable debug logging during runtime. But I need a way to disable this too. Please advise how this can be done.
Hi Satya,
In the same way you enabled DEBUG logging you can set the log level back to INFO, WARN or ERROR.
E.g.
$> curl -u $USER:$PASSWORD -X PUT http://$HOSTNAME:$PORT/rest/api/latest/logs/logger/$LOGGER/WARN
HTH,
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.