File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ## GENERAL OPTIONS
2
2
# Log file path, by default it saved to /var/log in `tmpfs`/memory, if you want you can change e.g. to:
3
- # "/persist /aa-proxy-rs.log" and this way it will be saved to SD card (appended, not replaced)
3
+ # "/data /aa-proxy-rs.log" and this way it will be saved to SD card (appended, not replaced)
4
4
logfile = " /var/log/aa-proxy-rs.log"
5
5
6
6
# Interval of showing data transfer statistics in the log (0 = disabled) [seconds]
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ <h3>🛸 aa-proxy-rs</h3>
42
42
< small
43
43
> Log file path, by default it is saved to < code > /var/log</ code > in
44
44
< code > tmpfs</ code > /memory. If you want, you can change it e.g. to
45
- < code > /persist /aa-proxy-rs.log</ code > and it will be saved to SD
45
+ < code > /data /aa-proxy-rs.log</ code > and it will be saved to SD
46
46
card (appended, not replaced).</ small
47
47
>
48
48
</ td >
You can’t perform that action at this time.
0 commit comments