diff --git a/Getting-started.md b/Getting-started.md index a1646b9..e572cfe 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -74,3 +74,12 @@ Create a configuration file in `~/.config/hypr/pyprland.json` enabling a list of } } ``` +## Troubleshoot + +You can enable debug logging and saving to file using the `--debug` argument, eg: + +``` +pypr --debug /tmp/pypr.log +``` + +If you just want debug information in the console, set `DEBUG=1` in the environment.