Skip to content

Commit

Permalink
Review comment followed.
Browse files Browse the repository at this point in the history
  • Loading branch information
aknrdureegaesr committed Dec 5, 2024
1 parent 6aa8d87 commit dd41aba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nikola/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@

# The current Nikola version:
__version__ = '8.3.1'

# A flag whether logging should emit debug information:
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))

# A flag whether special templates trace logging should be generated:
TEMPLATES_TRACE = bool(os.getenv('NIKOLA_TEMPLATES_TRACE'))

# When this flag is set, fewer exceptions are handled internally;
# instead they are left unhandled for the run time system to deal with them,
# which typically leads to the stack traces being exposed.
Expand Down

0 comments on commit dd41aba

Please sign in to comment.