Add logging to basic_example and update PostgreSQL database name

This commit is contained in:
2025-06-18 04:41:49 +02:00
parent 2e000017e4
commit 2996016aee
2 changed files with 21 additions and 2 deletions

12
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
"cSpell.words": [
"docstrings",
"healthcheck",
"isort",
"pycodestyle",
"pydantic",
"pydocstyle",
"pytest",
"pyyaml"
]
}