Skip to content

Commit 94b4a67

Browse files
committed
Merge branch 'fix/adopt-logging-default' of https://github.com/stackabletech/airflow-operator into fix/adopt-logging-default
2 parents a0378e8 + d2061bb commit 94b4a67

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)