gitea/modules/log
zeripath 49bd9a1111
Fix race in log (#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>
2021-07-20 20:09:29 +01:00
..
colors.go
colors_router.go
conn.go Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
conn_test.go
console.go
console_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
console_windows.go
errors.go
event.go Fix race in log (#16490) 2021-07-20 20:09:29 +01:00
file.go Retry rename on lock induced failures (#16435) 2021-07-15 11:46:07 -04:00
file_test.go
flags.go Log: Ensure FLAGS=none is -1 (#9287) 2019-12-07 23:36:47 -05:00
level.go
level_test.go
log.go Update docs and comments to remove macaron (#14491) 2021-01-29 16:35:30 +01:00
log_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
logger.go
multichannel.go
provider.go
smtp.go Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
smtp_test.go
stack.go Update golangci-lint to version 1.31.0 (#13102) 2020-10-11 21:27:20 +01:00
writer.go
writer_test.go