diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -4,7 +4,7 @@ # listening on *:5000 # # sqlite and kallithea.db # # initial_repo_scan = true # -# set debug = true # +# debug = true # # verbose and colorful logging # # # # The %(here)s variable will be replaced with the parent directory of this file# @@ -12,7 +12,6 @@ ################################################################################ [DEFAULT] -debug = true ################################################################################ ## Email settings ## @@ -466,12 +465,12 @@ sentry.include_paths = sentry.exclude_paths = ################################################################################ -## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ## +## WARNING: *DEBUG MODE MUST BE OFF IN A PRODUCTION ENVIRONMENT* ## ## Debug mode will enable the interactive debugging tool, allowing ANYONE to ## ## execute malicious code after an exception is raised. ## ################################################################################ -#set debug = false -set debug = true +#debug = false +debug = true ################################## ### LOGVIEW CONFIG ###