loginfo does not work even with logconf as false
Author: ThePedrooCreated Jan 2, 2022Updated Jan 2, 2022
Loginfo doesn't work if you don't use the config.json for set the configurations, like the loginfo, even if you use logconf as false.
code that should make it work:
struct logconf *conf = discord_get_logconf(client);
logconf_set_quiet(conf, false);Source: cee-studio/orca