-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Currently appenlight has two completely separate ways to define tags:
- the
extra
keyword parameter for logging appenlight.tags
in the environ for everything else
This means that to get the same tags in logging you have to use extra=<something>
to every single log statement in your code. That quickly becomes very painful to do and maintain.
I would like to see logging use appenlight.tags
as well, allowing you to use the extra
parameter to add or override tags.
Metadata
Metadata
Assignees
Labels
No labels