Log ready state

This commit is contained in:
Thales Maciel 2026-02-24 13:11:01 -03:00
parent 3ba696fb7d
commit 0ca78b675e
No known key found for this signature in database
GPG key ID: 33112E6833C34679

View file

@ -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: