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

Using multiple loggers #317

Closed
ceyzaguirre4 opened this issue Oct 6, 2019 · 2 comments · Fixed by #903
Closed

Using multiple loggers #317

ceyzaguirre4 opened this issue Oct 6, 2019 · 2 comments · Fixed by #903
Labels
feature Is an improvement or enhancement help wanted Open to be worked on logger Related to the Loggers

Comments

@ceyzaguirre4
Copy link
Contributor

Describe the solution you'd like
Trainer could receive a list of loggers instead of only one, all loggers would be called at the appropriate times.

Describe alternatives you've considered
Alternatively could create a customLogger that logged the information to all relevant destinations (eg. tensorboard AND mlflow)

@ceyzaguirre4 ceyzaguirre4 added feature Is an improvement or enhancement help wanted Open to be worked on labels Oct 6, 2019
@neggert
Copy link
Contributor

neggert commented Oct 8, 2019

What about using the existing base logger to create a composite logger that takes a list of loggers and calls them all?

@williamFalcon
Copy link
Contributor

Would it be helpful to add an example of this to the docs?

@Borda Borda added the logger Related to the Loggers label Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Is an improvement or enhancement help wanted Open to be worked on logger Related to the Loggers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants