matteosdocsity commented on issue #16001:
URL: https://github.com/apache/airflow/issues/16001#issuecomment-1514210233
is there anyone that is using stackdriver as logging? Even if this logs are
pulled in streaming I cannot see anything else rather than Airflow built-in
logs like:
`[2023-04-19, 06:39:04 UTC] {taskinstance.py:1309} INFO - Executing
<Task(TemplatedPythonOperator): hello-task> on 2023-02-15 00:00:00+00:00
[2023-04-19, 06:39:04 UTC] {standard_task_runner.py:55} INFO - Started
process 36 to run task
[2023-04-19, 06:40:15 UTC] {local_task_job.py:276} WARNING - State of this
instance has been externally set to success. Terminating instance.
[2023-04-19, 06:40:15 UTC] {process_utils.py:129} INFO - Sending
Signals.SIGTERM to group 36. PIDs of all processes in the group: [36]
[2023-04-19, 06:40:15 UTC] {process_utils.py:84} INFO - Sending the signal
Signals.SIGTERM to group 36
[2023-04-19, 06:40:16 UTC] {process_utils.py:79} INFO - Process
psutil.Process(pid=36, status='terminated', exitcode=0, started='06:39:04')
(36) terminated with exit code 0`
I do not know how to expose logging.info or print into stackdriver.
--
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]