07:23:12 If there is an API rate value at localmonero, will the 24h rate be displayed directly? 07:26:59 * displayed directly? I would like to offer the possibility to consider the localmonero value via a toggle button. 09:45:16 "If there is an API rate value at..." <- Yes. 09:45:28 Wrong room though. PM me if you need more help. 10:58:17 I'm seeing that mlog_set_log_level(0) still logs a bunch of output. is there a way to disable logging after setting the level to 0? 11:01:09 maybe just sending output to a null device: mlog_configure("", true) 11:08:54 Set categories to FATAL. It'll technically log one line (and maybe another if there IS a fatal error, but those are exceedingly rare). Setting false to console and sending to /dev/null also ought to work. 11:09:12 ie, equivalent of --log-level FATAL 11:09:21 er, --log-level *:FATAL 11:10:23 I hope you realize this will log *nothing*, so if you're doing that in monerod, you're blind.