-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
HPI_LOGS envvar no longer works #305
Comments
Ah, I guess theres the Not sure if Would need to update the docs as well since it still mentions |
Ah sorry I've been meaning to document but got distracted! I'll take a look later today! |
Am glad to PR some changes the google takeout parser/browserexport modules which previously used the Though, not sure what to do about the
Alternatively, could change that line in the logging module to |
So there are a few things here (none of which I properly documented, sorry 🙈 ) HPI changes
cachew changes
As an example, rescuetime module doesn't pass explicit logger, but cachew just reuses Lines 31 to 32 in c283e54
(the If you run it like this
you'll get the full cachew logs as well
The downside I guess is that you'll get all DEBUG logs from Happy to get your input and suggestions! |
The automatic using of logger with cachew is really cool, I've always been a bit annoyed I had to create a logger just to ass it to cachew 👍 On the I dont think I'll document the init hook (yet), will try it myself and see if there are any rough edges first
Wow, will definitely enable for myself, looks great :)
Yeah, I think so. Thanks for the explanations on the logging, about what I made sense of from reading it over. Can make a PR to maintain backwards comparability and add some docs (in |
I think a caveat is that you'll still need to create a logger (even if you don't pass it to cachew explicitly), otherwise it falls back on the default
Yep agreed -- I mainly wanted it to suppress some warnings at first, but later found out that warnings might actually need some rethinking completely because they are a bit messed up in python
Sounds good, will appreciate it! |
resolved by #307 |
Seems got removed when hpi switched to colorlog, is there plans to move it to some part of the
my.config.core
?Otherwise I like having the ability to quickly introspect the cachew hash using it, can make a PR to re-add
The text was updated successfully, but these errors were encountered: