Formerly, the output from Let's Encrypt performing domain validation and certificate issuance was included in Verify tasks, where this activity happens. As of fairly recently, this output no longer shows up. It's only possible to see this as debug info by running something like the following from the command line:

drush @hostmaster --verbose --debug hosting-task --force 999999

Let's bring the output back so it shows up in verify tasks, in the Web UI.

Comments

colan created an issue. See original summary.

colan’s picture

My hunch is that this is caused by #2912540: Reduce the number of log messages shown to the user.. So the short-term workaround (if confirmed) is to enable all of the log types on the Hosting Settings page.

colan’s picture

Status: Active » Needs review

To fix, do the following:

  1. Hosting -> Settings
  2. In Task Logs to Display , cut the full list from the help text, and paste it over the current entries.
  3. Save the form.
  4. Full logs will now be displayed for new (and existing) tasks.

The defaults for this will be fixed more permanently in #2912540: Reduce the number of log messages shown to the user..

colan’s picture

Status: Needs review » Closed (duplicate)

Actually, marking this as a duplicate of that one.