##// END OF EJS Templates
logging: use logger_generic in all suitable places, and fix get_current_rhodecode_user()...
logging: use logger_generic in all suitable places, and fix get_current_rhodecode_user() function to use the new mechanics from pyramid. Fixes #5390

File last commit:

r1517:02d18047 default
r2108:03c7441c default
Show More
.coveragerc
20 lines | 287 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/lib/*
rhodecode/model/*
rhodecode/controllers/*
omit =
rhodecode/lib/vcs/remote/*
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
rhodecode/tests/*
[report]
exclude_lines =
raise NotImplementedError