Actions
Bug #21870
closedapp logger dies when an exception is thrown
Status:
Duplicate
Priority:
High
Assignee:
-
Category:
Logging
Target version:
-
Description
e.g:
2017-12-05T17:00:01 04361f9b [app] [F] ActionController::RoutingError (No route matches [GET] "/webpack/76a6a26daafa41b512cc.hot-update.json"): 2017-12-05T17:00:01 04361f9b [app] [F] 2017-12-05T17:00:01 04361f9b [app] [F] lib/middleware/tagged_logging.rb:18:in `call'
after this no [app] logs are shown until the server is restarted.
Updated by Lukas Zapletal almost 7 years ago
I am unable to reproduce, but can you retest with this patch reverted:
0126b62d6e0bb9fc893c56d7349f17d7e32ae60f
Updated by Tomer Brisker almost 7 years ago
I tried reverting this patch but it still occurs.
This occurs on Rails 5 with ruby 2.4.
Updated by Tomer Brisker over 6 years ago
- Has duplicate Refactor #22354: Make SilencedLogger thread safe added
Actions