Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 vnc 会话的日志文件失控了。有没有办法在不完全关闭日志记录的情况下限制日志文件的大小或减少数量?
我们其他用户的 vnc 会话没有这个问题,一切似乎都是一样的。
有没有人遇到过这个或者有没有人有建议?
谢谢你的帮助!
尝试将 Log 参数设置为 *:file:10 (只会记录错误)或 *:file:30 (错误加上其他一些东西)。如果您将设置设置为 *:file:100 ,它将记录所有内容,并且通常设置为仅用于调试目的。