You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files within the harness/machine_types directory do not have access to a logger, and do all messaging through print(). Some of these messages should certainly be logged at a lower threshold than what print provides. Recommend passing the apptest logger into each machine type.
The text was updated successfully, but these errors were encountered:
For example, a scheduler (ie, lsf.py) will always print the command & return code of the command used to submit the job. This is useful most of the time, but it's also not logged to a log file, so once you leave the current screen, you will never see it again.
hagertnl
changed the title
Classes in harness/machine_types do not have access to a logger
Several classes in harness code do not have access to a logger
Aug 29, 2023
Files within the harness/machine_types directory do not have access to a logger, and do all messaging through
print()
. Some of these messages should certainly be logged at a lower threshold than what print provides. Recommend passing the apptest logger into each machine type.The text was updated successfully, but these errors were encountered: