timber-ruby
timber-ruby copied to clipboard
Timber sends json formatted logs to stderr
We are having an issue where Timber sends json formatted logs to stderr, this makes our nginx logs to increase rapidly in size causing some issues.
I investigated this for some days but was unable to identify the cause, any ideas?
This is how we are setting it up on the initializer:
Rails.logger = Timber::Logger.new(http_device, STDOUT)