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 3aa7587 commit e62fa7fCopy full SHA for e62fa7f
articles/app-service/tutorial-python-postgresql-app.md
@@ -413,14 +413,10 @@ Azure App Service captures all messages output to the console to help you diagno
413
414
:::code language="python" source="~/msdocs-flask-postgresql-sample-app/app.py" range="37-41" highlight="3":::
415
416
-For more robust logging, consider using Flask's [built-in logger](https://flask.palletsprojects.com/en/2.2.x/logging/).
417
-
418
### [Django](#tab/django)
419
420
:::code language="python" source="~/msdocs-django-postgresql-sample-app/restaurant_review/views.py" range="12-16" highlight="2":::
421
422
-For more robust logging, consider using Django's [built-in logger](https://docs.djangoproject.com/en/4.1/topics/logging/).
423
424
-----
425
426
:::row:::
0 commit comments