将错误记录到文件中

发布于 2024-08-25 19:50:10 字数 99 浏览 3 评论 0原文

如何将所有进程崩溃记录到文件而不是 tty 中?我在文档中读到有一些标准的 Erlang 模块可以做到这一点(SASL、error_logger),但不幸的是还没有找到任何干净的示例。

How do I log all process crashes into a file instead of a tty ? I've read in the documentation that there are some standard Erlang modules that can do it (SASL, error_logger), but unfortunately haven't found any clean examples.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

决绝 2024-09-01 19:50:10

启动你的 erl 节点

erl -boot start_sasl -sasl sasl_error_logger \{file,\"path/to/logfile.log\"\}

Start your erl node with

erl -boot start_sasl -sasl sasl_error_logger \{file,\"path/to/logfile.log\"\}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文