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: ```ruby Rails.logger = Timber::Logger.new(http_device, STDOUT) ```
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: