emacsorphanage / req-package

dependency management system on top of use-package
GNU General Public License v3.0
152 stars 14 forks source link

debug logs do not appear #33

Closed aspiers closed 8 years ago

aspiers commented 8 years ago

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 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?

edvorg commented 8 years ago

@aspiers any news on that?

aspiers commented 8 years ago

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 8 years ago

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

edvorg commented 8 years ago

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