Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
331 stars 100 forks source link

App Settings Logs formatting fixes #1387

Closed hallvictoria closed 5 months ago

hallvictoria commented 6 months ago

Description

Added space and delimiter for parsing. Logs now look like below:

image

Fixes https://github.com/Azure/azure-functions-pyfx-planning/issues/99


PR information

Quality of Code and Contribution Guidelines

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0337cb7) 85.93% compared to head (6394974) 85.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1387 +/- ## ========================================== - Coverage 85.93% 85.11% -0.82% ========================================== Files 35 35 Lines 1955 1955 Branches 370 370 ========================================== - Hits 1680 1664 -16 - Misses 207 217 +10 - Partials 68 74 +6 ``` | [Flag](https://app.codecov.io/gh/Azure/azure-functions-python-worker/pull/1387/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/Azure/azure-functions-python-worker/pull/1387/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | `85.06% <ø> (-0.82%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.