清除 Heroku 日志(命令)
如何清除 heroku 日志
?
How could I clear heroku logs
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何清除 heroku 日志
?
How could I clear heroku logs
?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
heroku restart
将清除日志 - 尽管如果您在生产环境中运行,您可能不想一时兴起执行此操作 :D除此之外,您可以使用高级日志记录插件(Syslog Drains),它提供了您可以清除日志:
已弃用
heroku logs:drains clear
更新 2019/08/07
heroku Drains
更多信息:http://devcenter.heroku.com/articles/logging
heroku restart
will clear logs - although if you're running in production you may not want to do this on a whim :DOther than that you can use the advanced logging addon (Syslog drains), which gives you the ability to clear the logs:
deprecated
heroku logs:drains clear
Update 2019/08/07
heroku drains
More info: http://devcenter.heroku.com/articles/logging
当前清除日志的命令是
The current command to clear logs is
目前,无法清除 Heroku 日志。 Heroku 维护过去 1500 行日志活动的记录。
Currently, there is no way to clear the Heroku logs. Heroku maintains a record of the past 1500 lines of log activity.