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