Skip to content

Commit e62fa7f

Browse files
committed
Remove note on robust logging, per feedback
1 parent 3aa7587 commit e62fa7f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/app-service/tutorial-python-postgresql-app.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,14 +413,10 @@ Azure App Service captures all messages output to the console to help you diagno
413413

414414
:::code language="python" source="~/msdocs-flask-postgresql-sample-app/app.py" range="37-41" highlight="3":::
415415

416-
For more robust logging, consider using Flask's [built-in logger](https://flask.palletsprojects.com/en/2.2.x/logging/).
417-
418416
### [Django](#tab/django)
419417

420418
:::code language="python" source="~/msdocs-django-postgresql-sample-app/restaurant_review/views.py" range="12-16" highlight="2":::
421419

422-
For more robust logging, consider using Django's [built-in logger](https://docs.djangoproject.com/en/4.1/topics/logging/).
423-
424420
-----
425421

426422
:::row:::

0 commit comments

Comments
 (0)