The GitHub Actions job "Tests AMD" on airflow.git/update-task-log-caller-info 
has failed.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
8c2a4eaa6e1059c18e17a9bd4317eaa4d1c8beba / Ash Berlin-Taylor <[email protected]>
Ensure that filename and lineno of logger calls are present in the Task Logs

This was present in 2.x (and earlier) in the default config which most people
left as is. This brings the information back (though displayed in task logs in
a different format)

Additionally, although the `log_format` config is not respected for the
display, we do examine it to see if any of the other "callsite parameters" (as
structlog calls them) such as `processName` or `process` (the pid) are
present, and if they are, those will be recorded in the JSON task logs too.

As part of this, the already-ignored (since #52651) colored_log_format has
been removed from the config so it doesn't show up in the docs.

THe "Toggle Source" option in the front end now also hides the "loc" (short
for location. Maybe should be localized? Ditto with "source" though) field. I
also added a unit test to the "Toggle Source" in the front end which wasn't
covered by any unit tests.

Fixes #54145

Report URL: https://github.com/apache/airflow/actions/runs/17729232212

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to