0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-01 07:51:58 +01:00
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_router.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
colors.go
conn_test.go
conn.go
console_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
console_windows.go
console.go
errors.go
event.go Fix race in log (#16490) 2021-07-20 20:09:29 +01:00
file_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
file.go Retry rename on lock induced failures (#16435) 2021-07-15 11:46:07 -04:00
flags.go
level_test.go
level.go
log_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
log.go
logger.go
multichannel.go
provider.go
smtp_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
smtp.go
stack.go
writer_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
writer.go