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

Add config field for console logging #31

Open
somefriggnidiot opened this issue Jan 14, 2018 · 0 comments
Open

Add config field for console logging #31

somefriggnidiot opened this issue Jan 14, 2018 · 0 comments

Comments

@somefriggnidiot
Copy link
Owner

somefriggnidiot commented Jan 14, 2018

Story

As a bot manager
I want to control whether logs are sent to the console
So that I can control the flow of information

Requirements

Config fields are added to indicate whether or not we should log messages to the console.
Messages are sent to the console only when we opt for it in the config.
Manual testing has been done to ensure changes work and do not affect other changes.
Unit testing is added as necessary.

Technical Design

A new configuration field should be added per component. (JoinHandler, LeaveHandler, MessageHandler, basic logging, etc.)
All logging messages should belong to a component.

@somefriggnidiot somefriggnidiot changed the title Add config field for console logging. Add config field for console logging Jan 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant