You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
somefriggnidiot
changed the title
Add config field for console logging.
Add config field for console logging
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.
The text was updated successfully, but these errors were encountered: