GlossaryΒΆ

asynchronous logging
performance enhancement that moves formatting and writing messages to a separate process. See Asynchronous Logging.
structured logging
logging information in easy-to-parse key-value pairs, instead of embedded in a human-readable message. See an example