Output log to a specified file location, instead of appdata folder #4447
-
I am trying to route outputs of pyaedt to a logfile. I am using Windows 10. from pyaedt.generic.general_methods import settings
settings.enable_screen_logs = False
settings.enable_file_logs = True
settings.logger_file_path = f"{myfilepath}\\test_pyaedt.log" I still get logs written to %TEMP%\pyaedt_.log |
Beta Was this translation helpful? Give feedback.
Answered by
Samuelopez-ansys
Apr 17, 2024
Replies: 1 comment
-
Hi @nathmay , This should work
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nathmay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @nathmay ,
This should work