-
monerooo[m]If there is an API rate value at localmonero, will the 24h rate be displayed directly?
-
monerooo[m]* displayed directly? I would like to offer the possibility to consider the localmonero value via a toggle button.
-
Alex|LocalMonero<monerooo[m]> "If there is an API rate value at..." <- Yes.
-
Alex|LocalMoneroWrong room though. PM me if you need more help.
-
woodser[m]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?
-
woodser[m]maybe just sending output to a null device: mlog_configure("", true)
-
moneromoooSet 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.
-
moneromoooie, equivalent of --log-level FATAL
-
moneromoooer, --log-level *:FATAL
-
moneromoooI hope you realize this will log *nothing*, so if you're doing that in monerod, you're blind.