You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ tested. MacLoggerDX may also work, except changing modes on SDR is not supported
37
37
38
38
## Settings
39
39
40
-
To change settings, click the "Setting" button on the main window.
40
+
To change settings, click the "Settings" button on the main window.
41
41
42
42

43
43
@@ -87,17 +87,7 @@ Increase this number if you notice your computer is not very responsive. It is n
87
87
88
88
## Logging
89
89
90
-
Cat-Relay writes rotating log files named `cat-relay.log`. The directory is computed with [platformdirs](https://pypi.org/project/platformdirs/) as `user_log_dir("cat-relay", "N2IW")` (app name **cat-relay**, author **N2IW**).
-**Windows**: `%LOCALAPPDATA%\N2IW\cat-relay\Logs\cat-relay.log` (for example under `C:\Users\<you>\AppData\Local\`)
96
-
-**Linux**: `~/.local/state/cat-relay/log/cat-relay.log` (or under `$XDG_STATE_HOME` when that variable is set)
97
-
98
-
When a log file grows large it is rotated; you may also see `cat-relay.log.1`, `cat-relay.log.2`, and so on in the same folder.
99
-
100
-
Messages are logged to this file and, when standard output is available (for example when you run from a terminal), to the console as well. If you report an issue, attaching the current `cat-relay.log` helps with diagnosis.
90
+
Cat-Relay writes rotating log files named `cat-relay.log`. Messages are logged to this file and, when standard output is available (for example when you run from a terminal), to the console as well. If you report an issue, attaching the current `cat-relay.log` helps with diagnosis. Location of the logs is displayed on the bottom of the Settings window.
0 commit comments