rails/actionmailbox/test
David Heinemeier Hansson 2b1fa89e44
Log to stdout in production by default (#47138)
* Logging to a file doesn't make sense in production

You're going to run out of space, and it doesn't play well with containers. Either you log to STDOUT, and let your container setup aggregate the logs, or you'll be switching to syslogger or whatever. You won't be logging to a file in production any more.

* Remove from Dockerfile too

* Did not mean to change this default

But we should make it easy to see how to change it.

* Restore what we had
2023-01-25 21:10:22 +01:00
..
controllers Fix ingress controllers' ability to accept non UTF-8 encoded emails 2022-12-30 23:53:10 +01:00
dummy Log to stdout in production by default (#47138) 2023-01-25 21:10:22 +01:00
fixtures/files Fix ingress controllers' ability to accept non UTF-8 encoded emails 2022-12-30 23:53:10 +01:00
generators Module#const_set is a public method 2020-09-15 17:19:37 +09:00
jobs Import Action Mailbox 2018-12-25 21:32:35 -05:00
unit Add X-Forwarded-To addresses to recipients 2022-11-22 15:41:28 +00:00
test_helper.rb Depend on ruby/debug, replacing Byebug 2021-09-08 17:35:41 +02:00