You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The single word "None" is outputted to stdout many times (appears to be around the same time the Tautilli job runs with no apparent benefit?
2019-02-13 09:23:29
stdout
None
2019-02-13 09:23:29
stdout
None
2019-02-13 09:23:29
stdout
None
2019-02-13 09:23:29
stdout
None
2019-02-13 09:23:21
stdout
2019-02-13 09:23:21 : INFO : init : Running job Every 30 seconds do put(<bound method TautulliAPI.get_activity of >) (last run: 2019-02-13 09:22:50, next run: 2019-02-13 09:23:20)
2019-02-13 09:23:21
stdout
2019-02-13 09:23:21 : INFO : init : Running job Every 30 seconds do put(<bound method TautulliAPI.get_activity of >) (last run: 2019-02-13 09:22:50, next run: 2019-02-13 09:23:20)
2019-02-13 09:23:21
stdout
None
2019-02-13 09:23:21
stdout
None
2019-02-13 09:23:20
stdout
None
Also, and this maybe considered a feature request if the functionality does not already exist, is it possible to configure some level of logging so that the "Running job Every ..." lines are not constantly output to the stdout logs? For example, these could be output if logging is set to DEBUG but not output if logging set to ERROR?
To Reproduce
Steps to reproduce the behavior:
Simply check the stdout / container logs and the "None" lines are displayed frequently
Expected behavior
The "None" lines should not be output to Stdout since they offer no benefit or could be configured to not output to stdout with logging levels.
Environment (please complete the following information):
OS: Docker (17.05.0-ce) running on Synology
Version: v1.6.4-master
The text was updated successfully, but these errors were encountered:
Describe the bug
The single word "None" is outputted to stdout many times (appears to be around the same time the Tautilli job runs with no apparent benefit?
Also, and this maybe considered a feature request if the functionality does not already exist, is it possible to configure some level of logging so that the "Running job Every ..." lines are not constantly output to the stdout logs? For example, these could be output if logging is set to DEBUG but not output if logging set to ERROR?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The "None" lines should not be output to Stdout since they offer no benefit or could be configured to not output to stdout with logging levels.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: