Skip to content

Improve logging performance when not used #40

Description

@thecybermind

Currently, the formatting is taking a long time to generate even if the message is not logged. This prevents including all the "debug" and "trace" logging lines in the release build, since performance suffers even if loglevel is "info" or higher.

Need to find a better way to delay formatting until the message is actually to be logged.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestresearchResearch/test a possible new feature

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions