0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-13 03:30:27 +01:00
gitea/modules/log
zeripath 70628bd870
Add auto logging of goroutine pid label (#19212)
* Add auto logging of goroutine pid label

This PR uses unsafe to export the hidden runtime_getProfLabel function from the
runtime package and then casts the result to a map[string]string.

We can then interrogate this map to get the pid label from the goroutine allowing
us to log it with any logging request.

Reference #19202

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-03-26 20:04:36 +00:00
..
buffer_test.go
buffer.go
colors_router.go
colors.go
conn_test.go
conn.go
console_test.go
console_windows.go
console.go
errors.go
event.go migrations: add test for importing pull requests in gitea uploader (#18752) 2022-02-25 17:20:50 +08:00
file_test.go
file.go
flags.go
groutinelabel_test.go Add auto logging of goroutine pid label (#19212) 2022-03-26 20:04:36 +00:00
groutinelabel.go Add auto logging of goroutine pid label (#19212) 2022-03-26 20:04:36 +00:00
level_test.go
level.go
log_test.go
log.go
logger.go
multichannel.go Add auto logging of goroutine pid label (#19212) 2022-03-26 20:04:36 +00:00
provider.go
smtp_test.go
smtp.go
stack.go
writer_test.go
writer.go