Start the logging handler
This commit is contained in:
parent
61a1b7e8db
commit
ff65eba42c
@ -62,6 +62,9 @@ func main() {
|
|||||||
// Start the Error handler in a goroutine
|
// Start the Error handler in a goroutine
|
||||||
go ErrorHandler(handler.ErrorChannel)
|
go ErrorHandler(handler.ErrorChannel)
|
||||||
|
|
||||||
|
// Start the Logging handler in a goroutine
|
||||||
|
go utils.LoggingHandler(utils.LoggingChannel)
|
||||||
|
|
||||||
//if _, ok := handler.Commands["help"]; !ok {
|
//if _, ok := handler.Commands["help"]; !ok {
|
||||||
// handler.AddDefaultHelpCommand()
|
// handler.AddDefaultHelpCommand()
|
||||||
//}
|
//}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user