mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 20:03:59 +00:00
adding command line to debug logs
This commit is contained in:
@@ -124,6 +124,7 @@ class Options(AttrMonitor):
|
|||||||
self.confpath = self._get_config_path()
|
self.confpath = self._get_config_path()
|
||||||
if self.debug:
|
if self.debug:
|
||||||
self.log.dbg('version: {}'.format(VERSION))
|
self.log.dbg('version: {}'.format(VERSION))
|
||||||
|
self.log.dbg('command: {}'.format(' '.join(sys.argv)))
|
||||||
self.log.dbg('config file: {}'.format(self.confpath))
|
self.log.dbg('config file: {}'.format(self.confpath))
|
||||||
|
|
||||||
self._read_config()
|
self._read_config()
|
||||||
|
|||||||
Reference in New Issue
Block a user