Cogmasters/concord

Trying to enable logging via functions doesn't work.

ThePedroo opened this issue · 0 comments

Describe the bug
If you try to use the log functions to enable logging, it won't enable.

Expected behavior
It would enable the logging.

To Reproduce

struct logconf *conf = discord_get_logconf(client);
logconf_set_quiet(conf, false);

Version
Latest, dev