voila-dashboards / voila

Voilà turns Jupyter notebooks into standalone web applications
https://voila.readthedocs.io
Other
5.31k stars 497 forks source link

Logging and Voila? #1459

Open salwon opened 2 months ago

salwon commented 2 months ago

Problem

Is there some secret to getting logging working with Voila? When my app is running, the only logs I am able to see are ones created by Voila itself - no logging.X or print("y") calls go anywhere. Specifically I'm talking about AWS Cloudwatch, but this happens when I run the app locally as well. How can I see stdout when my app is running?

Suggested Improvement