You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ulog does not pick up the filename from the log_config env var.
I am likely using this improperly and the example in your documentation does not provide a practical example (it shows log_config=./my.log.config). It is possible I am missing something in the docs though.
I have also tried this:
ulog.set('log_config', './log.config.dev');
Is there something I would need to do w/r to ulog to get it to reload configs from file?
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
When using ulog.get we should use the setting name (config) and not the config alias (log_config) but alas I think I messed up here.
If you go into node_modules/ulog/mods/config and open read.js you can hack this line and change it. Does that fix it for you? If so, we can quickly fix this. I am swamped in work atm so it may take some time for me to try this myself but eventually I will fix this. But maybe you can help?
I am having trouble getting
log_config
to be honored. When I specify log_config like this:ulog does not pick up the filename from the log_config env var.
I am likely using this improperly and the example in your documentation does not provide a practical example (it shows
log_config=./my.log.config
). It is possible I am missing something in the docs though.I have also tried this:
Is there something I would need to do w/r to ulog to get it to reload configs from file?
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: