Alexander Eisele
Alexander Eisele10mo ago

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
pythonguy123
pythonguy1239mo ago
I'm wondering how to do this as well
rubenf
rubenf9mo ago
as long as your script log to stdout, windmill will capture it as your job logs

Did you find this page helpful?