gpt4 book ai didi

node.js - 如何查看 screen Node 命令日志 ubuntu

转载 作者:行者123 更新时间:2023-12-04 18:48:27 25 4
gpt4 key购买 nike

我在我的 ubuntu 20.04 上运行这个命令

screen -S api -dm node api/index.js
但是屏幕 session 在 2 秒后结束,有没有办法查看屏幕 session 的日志?我需要看看为什么它失败了

最佳答案

如果您想查看屏幕上发生的情况,只需附加 -L-dm这将启用 session 记录。

screen -S api -dmL node api/index.js
您的日志将作为 screenlog.N 存储在当前工作目录(从您启动此命令的位置)中,其中 N 是当前窗口的编号。
此外,如果您想为您的日志文件分配不同的名称,请使用 -
screen -S api -dmL -Logfile log_filename node api/index.js
还有 hardcopy 顺便说一下( ESC h)
引用-
  • George's answer on unix SE
  • Nan's answer
  • 关于node.js - 如何查看 screen Node 命令日志 ubuntu,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69830966/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com