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.
我正在运行一个自由 appserver 容器。如何确保所有 appserver 日志(messages.log、console.log、ffdc 等)直接进入 graylog 并且根本不写入 appserver 容器中?注意这里的中心思想是永远不应该写入日志容器内,因为它会不断消耗内存并随着时间的推移增加容器大小。我们也有不使用数据量的限制。
因此,我没有找到任何确切的解决方案。进行日志轮换。