grafana/pkg/services/auth
Marcus Efraimsson 862a6a2fa6
Logging: Introduce API for contextual logging (#55198)
Introduces a FromContext method on the log.Logger interface that 
allows contextual key/value pairs to be attached, e.g. per request, 
so that any logger using this API will automatically get the per request 
context attached. The proposal makes the traceID available for 
contextual logger , if available, and would allow logs originating from 
a certain HTTP request to be correlated with traceID.
In addition, when tracing not enabled, skip adding
traceID=00000000000000000000000000000000
to logs.
2022-09-20 18:32:06 +02:00
..
jwt Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
auth_token_test.go Sync: Move ActiveTokenCount to a new service (#52991) 2022-07-29 16:30:46 +02:00
auth_token.go Logging: Introduce API for contextual logging (#55198) 2022-09-20 18:32:06 +02:00
model.go Auth: Allow soft token revocation (#31601) 2021-03-16 17:44:02 +01:00
testing.go Split Create User (#50502) 2022-06-28 14:32:25 +02:00
token_cleanup_test.go Chore: Refactor GoConvey in auth package (#40850) 2021-10-27 16:08:21 +02:00
token_cleanup.go Chore: Add context to user (#39649) 2021-10-04 15:46:09 +02:00