Please simplify logging. It is FAR too verbose #302
twhiting9275
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
I know there's a lot but I don't plan on changing the logging but I do plan on trying to develop a better summary so you'll hopefully be notified of errors in a better way. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'd love to have the option to hide INFO log entries. Seems like enabling logging levels would be great here. The logs are GREAT as in when troubleshooting, but for everyday use I find it to be a bit much. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get that , for some, log files are fun to go through, and verbose logging is really cool and all, but for most? Not so much.
There is no reason for so much detail to be added to log files by default... One doesn't NEED that much detail.
Case in point, this log:
[2021-06-20 03:01:26,180] [util.py:370] [INFO] |====================================================================================================| [2021-06-20 03:01:26,181] [util.py:374] [INFO] | Alice in Wonderland Collection | [2021-06-20 03:01:26,181] [util.py:378] [INFO] |====================================================================================================| [2021-06-20 03:01:26,181] [plex_meta_manager.py:400] [INFO] | | [2021-06-20 03:01:26,182] [util.py:374] [INFO] |============================ Validating Alice in Wonderland Attributes =============================| [2021-06-20 03:01:26,185] [builder.py:234] [INFO] | | [2021-06-20 03:01:26,185] [builder.py:235] [INFO] | Validating Method: template | [2021-06-20 03:01:26,185] [builder.py:241] [DEBUG] | Value: ordereddict([('name', 'Collection'), ('collection', 261307)]) | [2021-06-20 03:01:26,185] [builder.py:427] [INFO] | | [2021-06-20 03:01:26,186] [builder.py:428] [INFO] | Validating Method: sync_mode | [2021-06-20 03:01:26,186] [builder.py:432] [DEBUG] | Value: sync | [2021-06-20 03:01:26,186] [builder.py:522] [INFO] | | [2021-06-20 03:01:26,186] [builder.py:523] [INFO] | Validating Method: tmdb_collection_details | [2021-06-20 03:01:26,186] [builder.py:531] [DEBUG] | Value: 261307 | [2021-06-20 03:01:26,187] [builder.py:522] [INFO] | | [2021-06-20 03:01:26,187] [builder.py:523] [INFO] | Validating Method: collection_order | [2021-06-20 03:01:26,187] [builder.py:531] [DEBUG] | Value: release | [2021-06-20 03:01:26,803] [builder.py:1055] [INFO] | | [2021-06-20 03:01:26,803] [builder.py:1056] [INFO] | Validation Successful | [2021-06-20 03:01:26,803] [plex_meta_manager.py:408] [INFO] | | [2021-06-20 03:01:26,804] [util.py:374] [INFO] |============================= Building Alice in Wonderland Collection ==============================| [2021-06-20 03:01:26,804] [plex_meta_manager.py:420] [INFO] | | [2021-06-20 03:01:26,804] [plex_meta_manager.py:421] [INFO] | Sync Mode: sync | [2021-06-20 03:01:26,804] [builder.py:1064] [DEBUG] | | [2021-06-20 03:01:26,804] [builder.py:1065] [DEBUG] | Method: tmdb_collection | [2021-06-20 03:01:26,804] [builder.py:1066] [DEBUG] | Values: [261307] | [2021-06-20 03:01:26,805] [builder.py:1086] [DEBUG] | | [2021-06-20 03:01:26,805] [builder.py:1087] [DEBUG] | Value: 261307 | [2021-06-20 03:01:26,805] [builder.py:1088] [INFO] | | [2021-06-20 03:01:26,805] [tmdb.py:361] [INFO] | Processing TMDb Collection: (261307) Alice in Wonderland Collection (2 Movies) | [2021-06-20 03:01:26,805] [tmdb.py:364] [DEBUG] | | [2021-06-20 03:01:26,805] [tmdb.py:365] [DEBUG] | TMDb IDs Found: [12155, 241259] | [2021-06-20 03:01:26,805] [tmdb.py:366] [DEBUG] | TVDb IDs Found: [] | [2021-06-20 03:01:26,805] [plex_meta_manager.py:431] [INFO] | | [2021-06-20 03:01:26,806] [util.py:374] [INFO] |============================= Adding to Alice in Wonderland Collection =============================| [2021-06-20 03:01:26,806] [plex_meta_manager.py:433] [INFO] | | [2021-06-20 03:01:27,422] [builder.py:1338] [INFO] | Alice in Wonderland Collection | = | Alice in Wonderland | [2021-06-20 03:01:27,466] [builder.py:1338] [INFO] | Alice in Wonderland Collection | = | Alice Through the Looking Glass | [2021-06-20 03:01:27,467] [builder.py:1349] [INFO] | | [2021-06-20 03:01:27,467] [builder.py:1350] [INFO] | 2 Movies Processed | [2021-06-20 03:01:27,467] [plex_meta_manager.py:444] [INFO] | | [2021-06-20 03:01:27,467] [util.py:374] [INFO] |======================== Updating Details of Alice in Wonderland Collection ========================| [2021-06-20 03:01:27,468] [plex_meta_manager.py:446] [INFO] | | [2021-06-20 03:01:27,476] [builder.py:1612] [INFO] | Detail: tmdb_collection_details updated Collection Summary | [2021-06-20 03:01:27,575] [builder.py:1688] [INFO] | Detail: tmdb_collection_details updated collection poster to [URL] https://image.tmdb.org/t/p/original/6H5d0Dx6Pq3jZUOjzJQsKlloWII.jpg | [2021-06-20 03:01:27,778] [builder.py:1688] [INFO] | Detail: tmdb_collection_details updated collection background to [URL] https://image.tmdb.org/t/p/original/hbigSy1RDiSiX2uWj6vEQsO3T7Q.jpg | [2021-06-20 03:01:27,778] [plex_meta_manager.py:464] [INFO] | | [2021-06-20 03:01:27,778] [util.py:370] [INFO] |====================================================================================================| [2021-06-20 03:01:27,779] [util.py:374] [INFO] | Finished Alice in Wonderland Collection | [2021-06-20 03:01:27,779] [util.py:374] [INFO] | Collection Run Time: 0:00:01 | [2021-06-20 03:01:27,779] [util.py:378] [INFO] |====================================================================================================|
50 lines, to tell me two movies were inserted, or updated? Come on now!
This makes finding and fixing real errors an issue, because the log files end up being 10s of 1000s of lines long just for one run
Beta Was this translation helpful? Give feedback.
All reactions