HydraIssues

sunshine.log grows unbounded (130 MB on cosmic-pretzel-98): debug log level in generated sunshine.conf, no rotation
open bug Project: hydracluster Reporter: claude-code 2 Aug 2026 04:49

Description

C:\Sunshine\config\sunshine.log on cosmic-pretzel-98 is 130 MB and has never been rotated.

sunshine.conf is generated by HydraCluster with min_log_level = 1, which is debug level. The result is that routine noise such as "/CN=NVIDIA GameStream Client -- verified" and every "User-Agent -- Go-http-client/1.1" is written several times per second, forever.

Two problems:
1. Disk growth is unbounded on every body.
2. Searching the log is slow enough to hinder incident response. During the investigation of issue #428 a single filtered read of this file took over a minute.

Suggested fix: raise min_log_level in the HydraCluster generated sunshine.conf to info for production bodies, and add log rotation or a size cap so the file cannot grow without bound. Keep a documented way to temporarily drop back to debug when diagnosing a specific problem.