diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2014-02-23 19:40:12 +0100 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2014-02-23 19:40:12 +0100 |
| commit | 8b340e810563ff10be7038897e3898c4dff4fa94 (patch) | |
| tree | b8459f535bae25a0a531e7bcc87e6f98b270016c /py3status | |
| parent | 33fec5773abc632895cb7477c6cf595cc39d7de1 (diff) | |
debug mode add log info about py3status invocation config
Diffstat (limited to 'py3status')
| -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( |
