-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialize file logging to more early #14705
Comments
Which options specifically? e.g. |
Yes |
@zharinov @RahulGautamSingh do you have some time for it? should be easy to implement |
I can try it this week |
@viceice should we drop support of logFile and logFileLevel and target this for v38? |
sounds good to me |
One more PR is needed to complete this one. |
yes, should be dropped in v38 |
Closes #14705 BREAKING CHANGE: File logging must now be set via env and not in config.js
🎉 This issue has been resolved in version 38.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What would you like Renovate to be able to do?
Currently we miss a lot of log messages on file logging here
renovate/lib/workers/global/config/parse/index.ts
Lines 58 to 70 in dca3418
I like to remove the config oiptions and initialize it via env only, like we do for
LOG_LEVEL
.If you have any ideas on how this should be implemented, please tell us here.
Sure, do it like we do for
LOG_LEVEL
. Deprecate old option and remove in a future major change.Is this a feature you are interested in implementing yourself?
Yes
The text was updated successfully, but these errors were encountered: