diff options
| -rwxr-xr-x | py3status/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/py3status/__init__.py b/py3status/__init__.py index 1f5ff9f..edd20f7 100755 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -629,6 +629,13 @@ class Py3statusWrapper(): # setup configuration self.config = self.get_config() + if self.config['debug']: + syslog( + LOG_INFO, + 'py3status started with config {}'.format( + self.config + ) + ) # setup i3status thread self.i3status_thread = I3status( |
