1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:09:44 +00:00

adding command line to debug logs

This commit is contained in:
deadc0de6
2020-07-26 16:25:07 +02:00
parent bca2cada0d
commit 0708e2376e

View File

@@ -124,6 +124,7 @@ class Options(AttrMonitor):
self.confpath = self._get_config_path()
if self.debug:
self.log.dbg('version: {}'.format(VERSION))
self.log.dbg('command: {}'.format(' '.join(sys.argv)))
self.log.dbg('config file: {}'.format(self.confpath))
self._read_config()