如何在restFB中打印日志输出
我正在使用restFB框架来做一些fb相关的事情。为了调试问题,他们要求我提供日志中的响应 json。
但我在日志中没有看到任何内容。那么我应该如何启用或者应该写什么来打印日志记录?
i am using restFB framework to do some fb related stuff. To debug an issue they asked me to provide response json from logs.
But i m not seeing anything in the logs. so how should i enable or what should i write to print the logging?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来像 jdev 默认日志记录模式的问题。 eclipse默认打印它。对于 jdev,您需要启用 -Djbo.debugoutput=console
looks like issue with jdev default logging mode. eclipse print it by default. for jdev you need to enable -Djbo.debugoutput=console