mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Envelope-store logging: point to exact location for download
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user