Uncontrollable Log causes Disk to fill up and crashes everything
Describe the bug Redis Server causes uncontrollable output log on "/opt/hiddify-manager/log/system/hiddify_panel.err.log" . it fills up whole disk and stops panel and disrupts x-ray.
Redis-server status
root@de66365320baba2:/opt/hiddify-manager# systemctl status redis-server
× redis-server.service - Advanced key-value store
Loaded: loaded (/usr/lib/systemd/system/redis-server.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Fri 2025-07-18 07:46:02 +0330; 23min ago
Docs: http://redis.io/documentation,
man:redis-server(1)
Main PID: 1549 (code=exited, status=1/FAILURE)
Status: "Redis is loading..."
CPU: 47ms
Jul 18 07:46:02 de66365320baba2 systemd[1]: redis-server.service: Scheduled restart job, restart counter is at 5.
Jul 18 07:46:02 de66365320baba2 systemd[1]: redis-server.service: Start request repeated too quickly.
Jul 18 07:46:02 de66365320baba2 systemd[1]: redis-server.service: Failed with result 'exit-code'.
Jul 18 07:46:02 de66365320baba2 systemd[1]: Failed to start redis-server.service - Advanced key-value store.
Log content
root@de66365320baba2:/opt/hiddify-manager/log/system# tail hiddify_panel.err.log
Client 18 hit errno 32
Client 18 hit errno 32
Client 18 hit errno 32
Client 18 hit errno 32
Client 18 hit errno 32
Client 18 hit errno 32
Client 18 hit errno 32
Client 18 hit errno 32
Client 18 hit errno 32
Details
Manager V 11.0.11 ubuntu 24 arm64 clean rebuild ubuntu 24 and installed release version and added backup.
The solution that I found: Open the Hiddify service file for editing: systemctl edit hiddify-panel.service --full Find the line starting with StandardError=. Replace it with the following: StandardError=null Save the file and exit the editor.
Apply the changes and restart the service: systemctl daemon-reload systemctl restart hiddify-panel After that, the problem with disk space will be resolved.
The solution that I found: Open the Hiddify service file for editing: systemctl edit hiddify-panel.service --full Find the line starting with StandardError=. Replace it with the following: StandardError=null Save the file and exit the editor.
Apply the changes and restart the service: systemctl daemon-reload systemctl restart hiddify-panel After that, the problem with disk space will be resolved.
thanks bro didn't come to mind ❤️. but we are only masking the real problem. there is a bug on panel that also causes 503 error upon using panel.
Can confirm this still happens on latest panel version, generates gigabytes of logs per hour.
confirmation