-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Single LogFromFreeFunctionFromAnonymousNamespace test produced 116 warnings.
Most of them (maybe all) are related to attributes management (data races). If used SYNC logger, then no issues at all.
To reduce amount of warnings try to do the following
in LogFromFreeFunctionFromAnonymousNamespace
- leave only two log lines
- remove all attributes from logging (name, line, file, severity)
- leave only severity filter
Doing this the amount of data races is 11.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels