mirror of
https://github.com/netfun2000/rttys_zhaojh329.git
synced 2026-02-27 09:53:24 +08:00
2489b605a7
The feature that wrote logs to a file when stdout wasn't a terminal is removed. Systemd services already handle log persistence through journald and its logging facilities. This duplication is unnecessary and conflicts with standard systemd logging practices. View log in systemd: ``` journalctl -u rttys ``` or ``` journalctl -u rttys -f ``` Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>