uranusjr commented on code in PR #68725: URL: https://github.com/apache/airflow/pull/68725#discussion_r3441846656
########## airflow-core/docs/authoring-and-scheduling/language-sdks/java.rst: ########## @@ -230,6 +230,159 @@ See the Java SDK's published JavaDoc for more details. .. TODO: (AIP-108) Put a link here once we publish the JavaDoc. +.. _java-sdk/logging: + +Logging +------- + +Task code can emit log records through any common Java logging framework. The SDK ships optional +integration libraries that forward those records to Airflow's task log store, where they appear +alongside the standard task output in the Airflow UI. + Review Comment: This is supposed to be provided by the coordinator instead, see #68712. The user is not expected to set this up manually. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
