-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logger + log level updates #1178
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
c7e7362
to
e5eb1f0
Compare
e5eb1f0
to
2cb2773
Compare
9fa2713
to
aa20a92
Compare
# Conflicts: # runhouse/servers/http/http_client.py
aa20a92
to
70f376d
Compare
2cb2773
to
7b883cc
Compare
# Conflicts: # runhouse/logger.py
859613f
to
5f3e17a
Compare
5f3e17a
to
0b8428a
Compare
94166b3
to
a1ea931
Compare
a1ea931
to
9b372e0
Compare
6eede41
to
0043372
Compare
54ca57d
to
0c5d386
Compare
0c5d386
to
510f437
Compare
# Conflicts: # runhouse/resources/hardware/cluster_factory.py
4e7bab9
to
f131cbf
Compare
@@ -379,6 +379,7 @@ def docker_cluster_pk_ssh(request, test_org_rns_folder): | |||
], | |||
working_dir=None, | |||
name="default_env", | |||
env_vars={"RH_LOG_LEVEL": os.getenv("RH_LOG_LEVEL") or TESTING_LOG_LEVEL}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh if you set this locally will it propagate server side?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea as part of the restart flow / env.to(cluster)
# Conflicts: # runhouse/servers/cluster_servlet.py
f131cbf
to
218312d
Compare
# Conflicts: # examples/airflow-torch-training/callables.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
solid
Graphite Automations"rohin" took an action on this PR • (08/27/24)1 gif was posted to this PR based on Rohin Bhasin's automation. |
Merge activity
|
# Conflicts: # runhouse/logger.py # runhouse/servers/obj_store.py
Set log level on cluster according to local
RH_LOG_LEVEL
env var. If not set use the default