mirror of
https://github.com/go-gitea/gitea
synced 2025-11-14 02:08:12 +00:00
Backport #16490 A race has been detected in #1441 relating to getting log levels. This PR protects the GetLevel and GetStacktraceLevel calls with a RW mutex. Signed-off-by: Andrew Thornton <art27@cantab.net>