Too talkative #265

Closed
opened 2025-12-29 01:20:35 +01:00 by adam · 2 comments
Owner

Originally created by @bortzmeyer on GitHub (Dec 2, 2017).

By default, dehydrated --cron is very talkative:

Processing dns.bortzmeyer.org
 + Checking domain name(s) of existing cert... unchanged.
 + Checking expire date of existing cert...
 + Valid till Jan 23 05:25:11 2018 GMT Certificate will not expire (Longer than 30 days). Skipping renew!

This triggers an email from cron, whcih is useless.

I find no option to make dehydrated more quiet. Redirecting to /dev/null is of course not an option, since I still want to know when the certificate is renewed.

Originally created by @bortzmeyer on GitHub (Dec 2, 2017). By default, `dehydrated --cron` is very talkative: ``` Processing dns.bortzmeyer.org + Checking domain name(s) of existing cert... unchanged. + Checking expire date of existing cert... + Valid till Jan 23 05:25:11 2018 GMT Certificate will not expire (Longer than 30 days). Skipping renew! ``` This triggers an email from cron, whcih is useless. I find no option to make dehydrated more quiet. Redirecting to /dev/null is of course not an option, since I still want to know when the certificate is renewed.
adam closed this issue 2025-12-29 01:20:35 +01:00
Author
Owner

@bortzmeyer commented on GitHub (Dec 2, 2017):

It was apparently already requested in #47 and #331 but never solved.

@bortzmeyer commented on GitHub (Dec 2, 2017): It was apparently already requested in #47 and #331 but never solved.
Author
Owner

@lukas2511 commented on GitHub (Dec 5, 2017):

This will stay this way unless somebody puts work into a logging system.
I personally really really like verbose output and if you want to run it in a cronjob you should have a look at the suggestions from those past tickets (use a special "wrapper" tool and hooks).

@lukas2511 commented on GitHub (Dec 5, 2017): This will stay this way unless somebody puts work into a logging system. I personally really really like verbose output and if you want to run it in a cronjob you should have a look at the suggestions from those past tickets (use a special "wrapper" tool and hooks).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#265