Skip to content
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

[tune] Add options to remove default logger. #4078

Closed
24hours opened this issue Feb 18, 2019 · 1 comment
Closed

[tune] Add options to remove default logger. #4078

24hours opened this issue Feb 18, 2019 · 1 comment
Assignees

Comments

@24hours
Copy link

24hours commented Feb 18, 2019

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 16.04
  • Ray installed from (source or binary): pip install ray
  • Ray version: 0.6.1
  • Python version: 3.6.7
  • Exact command to reproduce:

Describe the problem

Currently running experiment in ray tune run_experiments will automatically produce log
using [_JsonLogger, _TFLogger, _CSVLogger]. I added my own customer logger to format TFboard output into my own liking and realize that _TFLogger is still active thus cluttering my TFboard. Should we turn off default logger when custom logger is present or add new flag to turn them off.

@richardliaw richardliaw changed the title Add options to remove default logger. [tune] Add options to remove default logger. Feb 18, 2019
@richardliaw
Copy link
Contributor

OK, we can have a flag to opt-out of default loggers. so this would be like

run_experiments(..., default_loggers=False)

Would you be interested in posting a PR for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants