emacsorphanage/req-package

debug logs do not appear

aspiers opened this issue · 5 comments

When I do M-x req-package--log-open-log, I see various log messages, but nothing from debug level, despite the code obviously logging stuff at that level.

It appears to me as not an issue. Did you try (req-package--log-set-level 'debug) in runtime or customizing req-package-log-level to 'debug?

@aspiers any news on that?

OK, so the problem is that my custom file was being loaded after req-package, so req-package--log-set-level was only getting called with the default value of 'info.

If you want to set log level after req-package load, I guess you should use req-package--log-set-level manually

I think we're done with it, custom file should be loaded before req-package