This commit is contained in:
Greyscale 2024-01-25 16:02:00 +01:00
parent 190c222e19
commit 35fc52a779
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -693,6 +693,7 @@ class Bouncer
if (count($changedTargets) <= $this->getMaximumNginxConfigCreationNotices()) {
foreach ($changedTargets as $target) {
$this->logger->info('{emoji} Created {label}', ['emoji' => Emoji::pencil(), 'label' => $target->getLabel()]);
$this->logger->debug('{emoji} -> {certs_dir}/{file}', ['emoji' => Emoji::pencil(), 'certs_dir' => Bouncer::FILESYSTEM_CONFIG_DIR, 'file' => $target->getFileName()]);
$this->logger->debug('{emoji} -> {domain}', ['emoji' => Emoji::pencil(), 'domain' => $target->getPresentationDomain()]);
}
} else {