- August 12, 2010
- 977
- 733
- Home Country
- Malta
- Thread starter
- #191
Can I change the information in the log output from level Info to level Debug?
Was:
Code:2013-04-18 14:08:49.255278 [Info.][(6)]: MPSync: synchronization of table path in database VideoDatabaseV5.db3 complete. 2013-04-18 14:08:49.255278 [Info.][(6)]: MPSync: synchronization of table usergroup in database VideoDatabaseV5.db3 complete.
It became:
Code:2013-04-18 14:08:49.255278 [Debug][(6)]: MPSync: synchronization of table path in database VideoDatabaseV5.db3 complete. 2013-04-18 14:08:49.255278 [Debug][(6)]: MPSync: synchronization of table usergroup in database VideoDatabaseV5.db3 complete. 2013-04-18 14:08:49.256278 [Debug][(6)]: MPSync: synchronization of table resume in database VideoDatabaseV5.db3 complete. 2013-04-18 14:08:49.256278 [Debug][(6)]: MPSync: synchronization of table usergrouplinkmovie in database VideoDatabaseV5.db3 complete.
It is difficult to analyze the log file, a lot of information output plugins synchronization and cleaning.
ajs, for MPSync, you should look into mpsync.log as it contains extended debug logging.