mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-25 01:11:39 +00:00
Add more logging to views.py
This commit is contained in:
parent
0549a8b0ea
commit
c321b266f0
3 changed files with 19 additions and 13 deletions
|
@ -109,7 +109,6 @@ class MyFormatter(logging.Formatter):
|
|||
self._gen_rel_path(record)
|
||||
|
||||
# Replace the original format with one customized by logging level
|
||||
#if record.levelno not in [logging.INFO]:
|
||||
self._fmt = '%(name)s -> %(levelname)s::%(relpath)s:%(lineno)s %(message)s'
|
||||
|
||||
# Call the original formatter class to do the grunt work
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue