Add option to send webserver audit logging to stdout #29770
Replies: 2 comments
-
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
-
As far as I could see, there are two ways you could reach your goal.
I am happy to work on option 2, let's see if that is something you could use. |
Beta Was this translation helpful? Give feedback.
-
Description
While we've discovered that webserver audit logging (actions taken within the webserver, cli etc) appears to be written to the log table of the database, we have a need to have these logs written to stdout of the container running the webserver.
https://github.com/apache/airflow/blob/master/airflow/www/decorators.py#L33-L62
https://github.com/apache/airflow/blob/master/airflow/models/log.py
Use case / motivation
Was hoping an option could be added to enable the same log table entries to be written to stdout to enable capture and centralization of all logs.
Beta Was this translation helpful? Give feedback.
All reactions