Greetings signpost users,
I am using signpost-core library for some monitoring work.
I do not use any logging in my project, how do i disable the log messages from signpost,
[SIGNPOST] SBS: PUT&http..
[SIGNPOST] signature: ..
[SIGNPOST] Auth Header: OAuth oauth_cons_key=..
[SIGNPOST] Request URL: http://..
OK: resp-code=200 resp-msg=OK | 'response-time'=84ms
I do not want to see the first four lines in the above output.
This doesn't shows up when i run my code from inside Intellij Idea but only when i run it from a unix shell.
Please advice.
Thanks
Prakash