twitter-streaming-client
twitter-streaming-client copied to clipboard
The log levels could be improved
I noticed that the app is very verbose when INFO
is employed and I would like to ask whether I can propose a PR with my view of the logging levels.
Then you can tell me, no, Andrea I dislike it completely :-1: or accept it :+1:. Both are fine :cool:.
Two examples:
18:46:02.666 [clojure-agent-send-off-pool-4] INFO twitter-streaming-client.impl - received chunk of length 2
-> is TRACE
level in my mind, you don't want to see it often
18:47:36.660 [clojure-agent-send-off-pool-5] INFO twitter-streaming-client.impl - starting request: ...
-> is DEBUG
imho, but it can be INFO
as well...it is not that frequent.
+1 agree andrea - PR welcome