Closed aspiers closed 8 years ago
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
When I do
M-x req-package--log-open-log
, I see various log messages, but nothing fromdebug
level, despite the code obviously logging stuff at that level.