2b2e13be63
`Async<Discard>` means "drain that will send each logging record to an async thread, that will discard it". This means logging record is sent to another thread for no reason.