debug logs do not appear
aspiers opened this issue · 5 comments
aspiers commented
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.
edvorg commented
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 commented
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
.
edvorg commented
If you want to set log level after req-package load, I guess you should use req-package--log-set-level
manually
edvorg commented
I think we're done with it, custom file should be loaded before req-package