1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

5 commits

Author SHA1 Message Date
Carlos Castellanos Vera
a284179d9d
Avoid mutating stdout and stderr (#2486)
Uses `flush` after every write if the stdio it is not synchronized.

Closes: https://github.com/puma/puma/issues/1948

Co-authored-by: Nate Berkopec <nate.berkopec@gmail.com>
2020-12-02 10:43:53 -07:00
Slava
a7349097c8
Fix error backtrace debug logging && Do not log request dump if it is not parsed (#2376) 2020-09-22 09:35:04 -06:00
Vyacheslav Alexeev
e3e61f2420 hotfix 2020-05-17 16:51:30 +03:00
Vyacheslav Alexeev
556c4b238b single-line info logs 2020-05-17 16:24:48 +03:00
Vyacheslav Alexeev
0bcd428863 rename debug_logger to error_logger; add levels; fix tests 2020-05-11 16:56:54 +03:00