Home>
A Rails tutorial is in progress on AWS Cloud9.
I want to check errors and command execution results that occurred in the past.
Can you tell me if there is a way to display past execution results in the command-line terminal area?
Thank you very much.
Question historyI wanted to reconfirm the past errors that I skipped, and I came up with this question.
After examining Google and Qiita, I knew how to check the history of executed commands, but I couldn't find a way to check the execution result log.
Supplemental information (FW/tool version etc.)Development environment: Cloud9
-
Answer # 1
Related articles
- aws - unicorn error log location
- aws - vue: how to put the data acquired by api in the variable defined in data
- aws - how to save temporary files when aws autoscale runs out of instances
- aws - aws ebs volume
- aws - garbled characters when uploading txt file to aws s3
- aws - lack of vpc peering authority
- aws - what is pressing the dsa_control on the dmz relay?
- aws - aws:ses (simple email service):[countermeasures against bounces] i want to add destination address existence confirmation
- aws - is firewalld not needed on aws?
- aws - can't put string in aws cloudwatch
- aws - the workaround that the data property is initialized when the browser is reloaded with vuejs
- aws - only the public key was sent and i was told "please connect using public key authentication"
- aws - regarding aws alb sessions
- aws - alb cannot be specified as the connection destination of aws endpoint
- aws - i am stuck in vim during aws deployment,/etc/sudoers: syntax error near line 1 and sudo cannot be done
- aws - about aws api
- aws - i would like to know the criteria for introducing lb in aws server construction
- aws - [aws] about access control to the production environment
- aws - rails tutorial chapter 2 221 scaffold
- aws - i want to use api with aws certificate manager private certificate authority
Related questions
- Data cannot be inserted due to MySQL character conversion error
- aws - rails tutorial chapter 2 221 scaffold
- ruby on rails - error deploying rails created application on heroku
- ruby - i want to know why the rails tutorial chapter 9 tests fail
- ruby - is actionview::template::error: an error on the view?
- aws - i made a mistake in the aws cloud9 user guide and want to restore it
- ruby - will the test pass if i change the action name?
- ruby on rails - app deployed on heroku is not displayed (application error)
- ruby on rails - rails tutorial 21 heroku deployment the page you were looking for doesn't exist
- aws - an error occurred when starting aws
First of all, the contents that flowed to the standard output will not remain unless explicitly saved somewhere.
If you enter the instance with Session Manager in AWS, you can save the output contents to S3 and CloudWatch Logs, but the terminal of Cloud9 seems to be similar to normal SSH login, so it will not remain in the same way.