-
Notifications
You must be signed in to change notification settings - Fork 45
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
[Let's Encrypt] Add extended logging of cron task execution #297
Comments
Te simplest case is write resp variable into letsencrypt.log file. Wget redirects in one stream only - variable or log file. |
Additional lets-encrypt/scripts/ssl-manager.js Line 1447 in 0260452
>> %(log) 2>&1 )
|
* [Let's Encrypt] Add extended logging of cron task execution #297 * [Let's Encrypt] Add extended logging of cron task execution #297 * [Let's Encrypt] Add extended logging of cron task execution #297 * [Let's Encrypt] Add extended logging of cron task execution #297 * [Let's Encrypt] Add extended logging of cron task execution Co-authored-by: Slava Katiukha <v.katiukha@gmail.com> * [Let's Encrypt] Add extended logging of cron task execution * [Let's Encrypt] Add extended logging of cron task execution --------- Co-authored-by: Slava Katiukha <v.katiukha@gmail.com>
The log /var/log/letsencrypt.log does not mention the result of the script execution from the cron task.
Logging should be added to simplify debugging.
Most likely an additional redirect should be added here
lets-encrypt/scripts/ssl-manager.js
Line 1447 in 0260452
The text was updated successfully, but these errors were encountered: