Envelope-store logging: point to exact location for download

This commit is contained in:
Klaas van Schelven
2024-10-09 09:36:17 +02:00
parent a929c9d574
commit cba2eb3584

View File

@@ -48,7 +48,7 @@ class StoreEnvelope:
# arguably "debug", but if you turned StoreEnvelope on, you probably want to use its results "soon", and I'd
# rather not have another thing for people to configure.
logger.info("envelope stored: %s", envelope.pk)
logger.info("envelope stored, available at %s%s", get_settings().BASE_URL, envelope.get_absolute_url())
class DontStoreEnvelope: