-
Carl P. Corliss authored
- Uses Logger instance defined level if no custom local log level defined - Keeps track of local log level per logger instance + thread id - Prevents memory leakage by removing local level hash key/value on #silence method exit - Test case for threadsafety issue added (and passes with these changes), based @rdubya's tests - Fixes #20490 and supersedes https://github.com/rails/rails/pull/16885
Carl P. Corliss authored- Uses Logger instance defined level if no custom local log level defined - Keeps track of local log level per logger instance + thread id - Prevents memory leakage by removing local level hash key/value on #silence method exit - Test case for threadsafety issue added (and passes with these changes), based @rdubya's tests - Fixes #20490 and supersedes https://github.com/rails/rails/pull/16885
Loading