Log ready state
This commit is contained in:
parent
3ba696fb7d
commit
0ca78b675e
1 changed files with 2 additions and 1 deletions
|
|
@ -210,7 +210,8 @@ def main():
|
|||
cfg = load(args.config)
|
||||
_lock_single_instance()
|
||||
|
||||
logging.info("ready (hotkey: %s)", cfg.daemon.get("hotkey", ""))
|
||||
logging.info("ready")
|
||||
logging.info("hotkey: %s", cfg.daemon.get("hotkey", ""))
|
||||
logging.info("config (%s):\n%s", args.config or str(Path.home() / ".config" / "lel" / "config.json"), json.dumps(redacted_dict(cfg), indent=2))
|
||||
|
||||
if args.verbose:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue