0x19 / goesl

Freeswitch Event Socket Library wrapper for Go
https://godoc.org/github.com/0x19/goesl
MIT License
125 stars 124 forks source link

how set log level #29

Open alzrck opened 2 years ago

alzrck commented 2 years ago

Hello, how can i change the log level for messages?

example

16:49:30.498 Debug ▶ DEBUG Waiting for connection message to be received ...

I want to avoid debug messages, i want info and upper to critical, not debug messages.

thanks