1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-13 19:24:27 +00:00
zeripath 49bd9a1111
Fix race in log ()
A race has been detected in  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>
2021-07-20 20:09:29 +01:00
..