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

@@ -278,7 +278,7 @@
"locale": "Locale",
"locale_desc": "The locale used for Sunshine's user interface.",
"log_path": "Logfile Path",
"log_path_desc": "The file where the current logs of Sunshine are stored.",
"log_path_desc": "The file where the current Sunshine log is stored. At startup, up to five previous logs are retained with .1 through .5 suffixes.",
"max_bitrate": "Maximum Bitrate",
"max_bitrate_desc": "The maximum bitrate (in Kbps) that Sunshine will encode the stream at. If set to 0, it will always use the bitrate requested by Moonlight.",
"minimum_fps_target": "Minimum FPS Target",