Using openshift rhc tail command

前端 未结 5 1606
一向
一向 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:45

    The 'rhc tail' command reads the last few lines of each of your log files and continues to feed subsequent log messages to your console. To view the entire log file, please review:
    https://www.openshift.com/faq/how-to-troubleshoot-application-issues-using-logs

提交回复
热议问题