Skip to content

Commit d2061bb

Browse files
Better documentation
Co-authored-by: Siegfried Weber <mail@siegfriedweber.net>
1 parent cc013e3 commit d2061bb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/modules/airflow/pages/usage-guide/logging.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
The logs can be forwarded to a Vector log aggregator by providing a discovery ConfigMap for the aggregator and by enabling the log agent:
55

6-
NOTE: airflow.task log level is set to `INFO` by default.
6+
NOTE: The `task` handler is responsible for showing the task logs in the UI.
7+
Unfortunately, the log level of the `task` handler cannot be specified.
8+
To avoid that all logs are emitted to the UI, the log level of the `airflow.task` logger is set explicitly to `INFO`.
9+
You can change the log level as shown below.
710

811
[source,yaml]
912
----

0 commit comments

Comments
 (0)