You turned off DEBUG logging , thinking you were saving space ?
Logs are fixed size. (5 files - 10 MB each)
With exception of this – which is a VERY good indicator, there’s nothing else I can debug.
Jun 29, 2021 20:03:39.009 [0x7f26a2362b38] WARN - JobManager: Could not find job for handle 16786
Jun 29, 2021 20:03:41.174 [0x7f26a2362b38] WARN - JobManager: Could not find job for handle 16864
Jun 29, 2021 20:03:43.225 [0x7f26a08f9b38] INFO - Refreshing paths watched by LibraryUpdateManager
Jun 29, 2021 20:03:43.229 [0x7f26a0a6ab38] ERROR - [Notify] Failed to add watch for "/volume1/Movies/#recycle" (13: Permission denied)
Jun 29, 2021 20:03:43.229 [0x7f26a0a6ab38] ERROR - [Notify] Failed to add watch for "/volume1/Movies - Other/#recycle" (13: Permission denied)
Jun 29, 2021 20:03:43.229 [0x7f26a0a6ab38] ERROR - [Notify] Failed to add watch for "/volume1/TV Shows/#recycle" (13: Permission denied)
Jun 29, 2021 20:03:43.953 [0x7f26a2362b38] WARN - JobManager: Could not find job for handle 16333
Jun 29, 2021 20:04:10.033 [0x7f26a017cb38] WARN - SLOW QUERY: It took 400.000000 ms to retrieve 30 items.
Problems shown here:
- More than 8192 directories being watched – NOT a problem; easily remedied
- The database / something needs cleaning up (400ms for 30 items is excessive). The DB should provide 500-1000 items in 15-20 ms.
Solutions:
-
Cleaning up the DB – Optimize the DB after you Empty Trash and Clean Bundles. Also make certain these run during Scheduled Maintenance times.
-
We have a How-To to adjust that 8192 folder limit (it’s a linux limit).
Let me now if anything isn’t clear.