Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Fix RemoteConfig bug and add save log to dispatcher.log for nni.Experiment #3245

Merged
merged 2 commits into from
Jan 5, 2021

Conversation

liuzhe-lz
Copy link
Contributor

No description provided.

@liuzhe-lz liuzhe-lz changed the base branch from master to v2.0 December 31, 2020 07:55
@liuzhe-lz liuzhe-lz mentioned this pull request Dec 31, 2020
77 tasks
@@ -46,6 +46,9 @@ def init_logger_experiment() -> None:
"""
formatter.format = _colorful_format

log_path = _prepare_log_dir(dispatcher_env_vars.NNI_LOG_DIRECTORY) / 'dispatcher.log'
_setup_root_logger(FileHandler(log_path), logging.DEBUG)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the relation between init_logger_experiment() and init_logger()?

@QuanluZhang QuanluZhang merged commit 0a20c3f into microsoft:v2.0 Jan 5, 2021
@liuzhe-lz liuzhe-lz deleted the expfix branch March 17, 2021 22:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants