##// END OF EJS Templates
application: add debug mode that switches logging to debug....
application: add debug mode that switches logging to debug. It's no longer required to reconfigure all logging. debug flag now does it automatically.

File last commit:

r2423:ce5d852c default
r3270:312a83d9 default
Show More
.coveragerc
16 lines | 180 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/*
omit =
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
[report]
exclude_lines =
raise NotImplementedError