Erlang rb 模块
当使用 rb:list() 或 rb:show() 查找 sasl 日志中的消息时,rb 似乎将输出转储到控制台中并返回“ok”;有没有办法配置 rb 以使其返回实际的日志消息?
谢谢
When looking up messages in a sasl log using rb:list()
or rb:show()
, rb seems to dump the output in the console and return 'ok'; is there any way to configure rb to get it to return the actual log message ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我一直在使用以下函数,它将日志转储到临时文件并读取该文件:
I've been using the following function, which dumps the logs to a temporary file and reads that file: