Start the logging handler

This commit is contained in:
Dusty Pianalto 2020-04-19 22:01:22 -08:00
parent 61a1b7e8db
commit ff65eba42c

View File

@ -62,6 +62,9 @@ func main() {
// Start the Error handler in a goroutine
go ErrorHandler(handler.ErrorChannel)
// Start the Logging handler in a goroutine
go utils.LoggingHandler(utils.LoggingChannel)
//if _, ok := handler.Commands["help"]; !ok {
// handler.AddDefaultHelpCommand()
//}