Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Remove special-case for twisted logger #12589

Merged
merged 1 commit into from
Apr 29, 2022
Merged

Commits on Apr 29, 2022

  1. Remove special-case for twisted logger

    This was originally added when we first added a `MemoryHandler` to the default
    log config back in #8040, to ensure
    that we didn't explode with an infinite loop if there was an error formatting
    the logs.
    
    Since then, we made additional improvements to logging which make this
    workaround redundant. In particular:
    
     * we no longer attempt to log un-UTF8-decodable byte sequences, which were the
       most likely cause of an error in the first place.
    
     * #8268 ensures that in the unlikely
       case that there *is* an error, it won't cause an infinite loop.
    richvdh committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    8471ca3 View commit details
    Browse the repository at this point in the history