mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-02 13:47:04 +03:00
49bd9a1111
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>