We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc013e3 commit d2061bbCopy full SHA for d2061bb
1 file changed
docs/modules/airflow/pages/usage-guide/logging.adoc
@@ -3,7 +3,10 @@
3
4
The logs can be forwarded to a Vector log aggregator by providing a discovery ConfigMap for the aggregator and by enabling the log agent:
5
6
-NOTE: airflow.task log level is set to `INFO` by default.
+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.
10
11
[source,yaml]
12
----
0 commit comments