Using openshift rhc tail command

前端 未结 5 1667
一向
一向 2021-02-08 16:54

How do you tail openshift log files? I issued the following command:

rhc tail myapp

It seems to show first error line and then stops, but doesn

5条回答
  •  悲&欢浪女
    2021-02-08 17:37

    You can also download them:

    $ scp  SHA@APP-DOMAIN.rhcloud.com:/var/lib/openshift/SHA/app-root/\
    logs/APP.log "~/upstream.jbossas.log"
    

    Feasible also in windows directly in git bash.

提交回复
热议问题