feat(logging): rotating log files (#5485)

This commit is contained in:
Dave Lane
2026-08-07 21:12:25 -04:00
committed by GitHub
parent 49e5697746
commit 7df8c62ea7
7 changed files with 164 additions and 8 deletions

View File

@@ -1870,7 +1870,8 @@ editing the `conf` file in a text editor. Use the examples as reference.
<tr>
<td>Description</td>
<td colspan="2">
The path where the Sunshine log is stored.
The path where the current Sunshine log is stored. Each time Sunshine starts, up to five previous
logs are retained by appending <code>.1</code> through <code>.5</code> to this path.
</td>
</tr>
<tr>