mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 15:19:09 +01:00
8eefe2af45
* 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> |
||
---|---|---|
.. | ||
buffer.go | ||
buffer_test.go | ||
colors.go | ||
colors_router.go | ||
conn.go | ||
conn_test.go | ||
console.go | ||
console_other.go | ||
console_test.go | ||
console_windows.go | ||
errors.go | ||
event.go | ||
file.go | ||
file_test.go | ||
flags.go | ||
groutinelabel.go | ||
groutinelabel_test.go | ||
level.go | ||
level_test.go | ||
log.go | ||
log_test.go | ||
logger.go | ||
multichannel.go | ||
provider.go | ||
smtp.go | ||
smtp_test.go | ||
stack.go | ||
writer.go | ||
writer_test.go |