yutotakano / discord-haskell-voice

A Haskell library to add voice support to discord-haskell.
https://hackage.haskell.org/package/discord-haskell-voice
MIT License
9 stars 3 forks source link

Make logs opt-in or configurable #11

Closed yutotakano closed 2 years ago

yutotakano commented 2 years ago

All logs are echoed to stdout currently, this needs to be changed.

(Posted from phone)

yutotakano commented 2 years ago

All logs are in fact not echoed to stdout, they're logged to the log handler passed to discord-haskell, which we borrow. Closing this.

Maybe it's better to remove the time/thread info from this library's log functions so as to improve consistency in the logs between the libraries, but that 1. means removing potentially useful information, and 2. is a different issue altogether