From 8b340e810563ff10be7038897e3898c4dff4fa94 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Sun, 23 Feb 2014 19:40:12 +0100 Subject: debug mode add log info about py3status invocation config --- py3status/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'py3status') 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( -- cgit v1.3