gitea/modules/log
zeripath cf9aeca508
Fix race in log (#16490) (#16505)
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>
2021-07-21 20:19:36 +08: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) (#16505) 2021-07-21 20:19:36 +08: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