Logging in Python Script

Hi there, I developing some python scripts. I'm wondering if there is a standard way of handling logs. I would like to use the default "logging" library and configure the log output in the windmill ui. Passing the log level as a script parameter would work, but I'm looking for a more elegant solution.
2 Replies
Stumblinz
Stumblinz2y ago
I'm wondering how to do this as well
rubenf
rubenf2y ago
as long as your script log to stdout, windmill will capture it as your job logs

Did you find this page helpful?