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

Replace logger.tabular with Logger.log_kv #8

Open
ryanjulian opened this issue Apr 22, 2019 · 0 comments
Open

Replace logger.tabular with Logger.log_kv #8

ryanjulian opened this issue Apr 22, 2019 · 0 comments

Comments

@ryanjulian
Copy link
Member

Logger.TabularInput is needlessly cumbersome for the most common logging use case, and forces LogOutputs to replicate parts of the logger's dispatch and accounting logic internally. It would be simpler and more consistent just to provide a key-based API.

This would also open up the logger to features like filtering output handlers based on key regexs.

@ryanjulian ryanjulian transferred this issue from rlworkgroup/garage May 10, 2019
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

1 participant