-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
ulogversion: 2.0.0-beta.18
I cannot disable log_color programmatically for all loggers. I have tried
const ulog = require("ulog");
ulog.set("log_color", "off");
// or
ulog.set("log_color", false);But if I create a logger afterwards const log = ulog("my"), it logs with colors. (Same with log_align).
Note: disabling or excluding whole colors mod would be also fine.
Reactions are currently unavailable