forked from github/pelican
Adds exception type to the exception logging. Removes the extra logging for autoreload in debug mode, since `raise` will make it caught by the global `try/except` below and it'll be logged there. This replaces #1723 and also removes extra exception logging caused in #1718. |
||
|---|---|---|
| .. | ||
| tests | ||
| themes | ||
| tools | ||
| __init__.py | ||
| contents.py | ||
| generators.py | ||
| log.py | ||
| paginator.py | ||
| readers.py | ||
| rstdirectives.py | ||
| server.py | ||
| settings.py | ||
| signals.py | ||
| urlwrappers.py | ||
| utils.py | ||
| writers.py | ||