forgejo/modules/log
zeripath c5b08f6d5a
Pause, Resume, Release&Reopen, Add and Remove Logging from command line ()
* Make LogDescriptions race safe

* Add manager commands for pausing, resuming, adding and removing loggers

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

* Placate lint

* Ensure that file logger is run!

* Add support for smtp and conn

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

* Add release-and-reopen

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

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
2020-07-05 20:07:07 -04:00
..
colors.go
colors_router.go
conn.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line () 2020-07-05 20:07:07 -04:00
conn_test.go modules/log: remove noop written variables () 2020-02-07 21:35:30 +01:00
console.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line () 2020-07-05 20:07:07 -04:00
console_test.go
console_windows.go
errors.go
event.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line () 2020-07-05 20:07:07 -04:00
file.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line () 2020-07-05 20:07:07 -04:00
file_test.go
flags.go Log: Ensure FLAGS=none is -1 () 2019-12-07 23:36:47 -05:00
level.go
level_test.go
log.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line () 2020-07-05 20:07:07 -04:00
log_test.go Fix data race () 2019-09-17 12:39:37 +03:00
logger.go
provider.go
smtp.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line () 2020-07-05 20:07:07 -04:00
smtp_test.go
stack.go
writer.go
writer_test.go