This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/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.go migrations: add test for importing pull requests in gitea uploader (#18752) 2022-02-25 17:20:50 +08:00
buffer_test.go migrations: add test for importing pull requests in gitea uploader (#18752) 2022-02-25 17:20:50 +08:00
colors.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
colors_router.go Refactor Router Logger (#17308) 2022-01-20 19:41:25 +08:00
conn.go migrations: add test for importing pull requests in gitea uploader (#18752) 2022-02-25 17:20:50 +08:00
conn_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
console.go migrations: add test for importing pull requests in gitea uploader (#18752) 2022-02-25 17:20:50 +08:00
console_test.go
console_windows.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.go migrations: add test for importing pull requests in gitea uploader (#18752) 2022-02-25 17:20:50 +08:00
file_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
flags.go
groutinelabel.go Add auto logging of goroutine pid label (#19212) 2022-03-26 20:04:36 +00:00
groutinelabel_test.go Add auto logging of goroutine pid label (#19212) 2022-03-26 20:04:36 +00:00
level.go
level_test.go
log.go Refactor Router Logger (#17308) 2022-01-20 19:41:25 +08:00
log_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
logger.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
multichannel.go Add auto logging of goroutine pid label (#19212) 2022-03-26 20:04:36 +00:00
provider.go migrations: add test for importing pull requests in gitea uploader (#18752) 2022-02-25 17:20:50 +08:00
smtp.go migrations: add test for importing pull requests in gitea uploader (#18752) 2022-02-25 17:20:50 +08:00
smtp_test.go
stack.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
writer.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
writer_test.go