How can I redirect print
to output
#2568
-
I am using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The output log file is for python logging usage. See this page. |
Beta Was this translation helpful? Give feedback.
-
You probably need to initialize the logging in the subprocess. |
Beta Was this translation helpful? Give feedback.
You probably need to initialize the logging in the subprocess.
There is a function for it in Hydra somewhere that takes the Hydra config object and does that.