Understanding how hydra logging works. #2964
Unanswered
konstantinos-pitas-cognex
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
-
Hello! I have trouble understanding how logging is set up in hydra. According to the docs Hydra (through python logging) is supposed to create a .log file with INFO level logs. From what I understand this should include errors. For example, if I include
in my code, this results in an error which should be logged in the .log file. However this is not happening atm. In general, I've never seen anything actually written in the .log file and generally just ignore it. What is it that I'm missing in the above example?
Beta Was this translation helpful? Give feedback.
All reactions