mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
commit
de8b437549
8 changed files with 8 additions and 8 deletions
|
|
@ -202,5 +202,5 @@ Try to limit them to ``--debug`` mode like the following::
|
|||
try:
|
||||
some_action()
|
||||
except Exception as e:
|
||||
logger.error('Exception occured: %s', e,
|
||||
logger.error('Exception occurred: %s', e,
|
||||
exc_info=settings.get('DEBUG', False))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue