Skip to content

log api key invalidation at INFO level

Adarnof requested to merge TrentBartlem:patch-1 into master

Created by: TrentBartlem

Deletion of characters associated with an API key is logged at INFO.

However, the reason that an API key is marked invalid in the first place is only logged at DEBUG, so if you have debug logging disabled, you won't know why.

Merge request reports