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.
如何将默认格式更改为 Heroku 日志中的文件(stdin、stdout 和 stderr),然后重定向到输出文件-logs.txt?
使用来自 I/O 重定向的命令解决了这个问题:使用此示例并将其定制为我需要执行的操作:COMMAND_OUTPUT > # 将标准输出重定向到文件。# 如果文件不存在则创建文件,否则覆盖它。
我想将我的 heroku 日志输出到一个名为 logs.txt 的文件 - heroku logs > logs.text
这有效,我在我的 sublime 目录中找到了文件 - logs.txt