gitea/modules/log
zeripath 8eefe2af45
Empty log queue on flush and close (#19994)
* Empty log queue on flush and close

It is possible for log events to remain in the buffer off the multichannelledlog
and thus not be logged despite close or flush.

This PR simply adds a function to empty the queue before closing or flushing.
(Except when the logger is paused.)

Reference #19982

Signed-off-by: Andrew Thornton <art27@cantab.net>

* and do similar for ChannelledLog

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-06-18 10:33:13 +08:00
..
buffer_test.go
buffer.go
colors_router.go
colors.go
conn_test.go
conn.go
console_other.go
console_test.go
console_windows.go
console.go
errors.go
event.go Empty log queue on flush and close (#19994) 2022-06-18 10:33:13 +08:00
file_test.go
file.go
flags.go
groutinelabel_test.go
groutinelabel.go
level_test.go
level.go
log_test.go
log.go
logger.go
multichannel.go
provider.go
smtp_test.go
smtp.go
stack.go
writer_test.go
writer.go