python actions in log files #6294
Unanswered
clindner85
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I wonder how I can make logs created in python actions also written to a log file. Yet it is only displaying in stderr. How can I ensure its also written to logfiles?
Example: i have some custom action and I am using the existing logger such as "self.logger.info("some info"). This is reflected in the stderr of the task, but not written to any logfile.
What change is required to get it into a file too?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions