You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the log level, Go detects a race condition between lines capnslog/logmap.go:212 and capnslog/pkg_logger.go:158. I think there should be a read lock before checking the log level in the functions in pkg_logger.
The text was updated successfully, but these errors were encountered:
@jkessler93 I don't think it is going to be removed anytime soon due to the number of still-existing consumers. But if you are starting a new project or actively developing something, please consider not using this module as it won't receive much development/maintenance.
When setting the log level, Go detects a race condition between lines capnslog/logmap.go:212 and capnslog/pkg_logger.go:158. I think there should be a read lock before checking the log level in the functions in pkg_logger.
The text was updated successfully, but these errors were encountered: