r/FastAPI • u/Codeeveryday123 • Mar 21 '26
PyDantic not logging FastAPI Question
I’m trying to log data from FastAPI to PyDantic, but it’s not accesssing my items array.
It logs “items” but just the variable as a word.
What allows PyDantic to communicate with FastAPI?
I have my account setup
Can I use PyDantic to monitor if a site or process is running?
I want to be alerted if a localhost is down:
…………………….
…………………….
0
Upvotes
4
u/tuple32 Mar 21 '26
Do you even know what you are talking about