Where can I see the nodejs logs after I deployed on Google App Engine?

eloone

I deployed a nodejs app on Google App engine following this tutorial https://github.com/GoogleCloudPlatform/appengine-nodejs-quickstart it was successful and now I want to check the logs of the nodejs server, like in development from the terminal console. The Vms are managed by google but even if I ssh to them I don't know where to look for the logs.

Martin Kreichgauer

You can read the stdout of the docker container that your app runs by doing docker logs <container id> in the VM instance. You can get the container id from docker ps.

No need to SSH into the instance though. You can simply fetch the logs from the Developers Console under Monitoring > Logs.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Where can I see the nodejs logs after I deployed on Google App Engine?

From Dev

Where i can see my console logs on localhost and when the function is deployed?

From Dev

Where can I print out logs to see immediately in Android Studio?

From Dev

iOS Google Analytics, I still see logs after setDry to YES

From Dev

iOS Google Analytics, I still see logs after setDry to YES

From Dev

Where can i find the deploy log in python app deployed in Openshift

From Dev

Can i use HikariCP on Google App Engine

From Dev

Can i use HikariCP on Google App Engine

From Dev

Why subfolders are not deployed to Google App Engine nodejs app

From Dev

How can I get the version of the current running instance on Google App Engine nodejs?

From Dev

How can I see previous logs with systemd?

From Dev

How can I use Google Cloud Storage in a container deployed to the Google Container Engine?

From Dev

Why can't I see the Controllers folder within my deployed MVC web app directory?

From Dev

Where do I set TransactionOptions with JPA / Google App Engine?

From Dev

Where do I set TransactionOptions with JDO / Google App Engine?

From Dev

Where do I set TransactionOptions with JDO / Google App Engine?

From Java

install4J: where can I see application logs when redirection is not working

From Dev

Where can I see my log4j logs in servlet?

From Dev

Where can I find the name servers of Google Compute Engine?

From Dev

How can I see hidden app data in Google Drive?

From Dev

Ubuntu SDK: How can I see error logs for my ubuntu touch app?

From Dev

Ubuntu SDK: How can I see error logs for my ubuntu touch app?

From Dev

Can I use TensorFlow in a Google App Engine module?

From Dev

Can I use Goroutines in Google App Engine (Standard Environment)?

From Dev

Can I run PHP files on Google App Engine for Python?

From Dev

How can I modify my authentication and authorization on google app engine?

From Dev

Can I run PHP files on Google App Engine for Python?

From Dev

Why can't I send Email on Google app engine?

From Dev

Can I point a domain at a google app engine service?

Related Related

  1. 1

    Where can I see the nodejs logs after I deployed on Google App Engine?

  2. 2

    Where i can see my console logs on localhost and when the function is deployed?

  3. 3

    Where can I print out logs to see immediately in Android Studio?

  4. 4

    iOS Google Analytics, I still see logs after setDry to YES

  5. 5

    iOS Google Analytics, I still see logs after setDry to YES

  6. 6

    Where can i find the deploy log in python app deployed in Openshift

  7. 7

    Can i use HikariCP on Google App Engine

  8. 8

    Can i use HikariCP on Google App Engine

  9. 9

    Why subfolders are not deployed to Google App Engine nodejs app

  10. 10

    How can I get the version of the current running instance on Google App Engine nodejs?

  11. 11

    How can I see previous logs with systemd?

  12. 12

    How can I use Google Cloud Storage in a container deployed to the Google Container Engine?

  13. 13

    Why can't I see the Controllers folder within my deployed MVC web app directory?

  14. 14

    Where do I set TransactionOptions with JPA / Google App Engine?

  15. 15

    Where do I set TransactionOptions with JDO / Google App Engine?

  16. 16

    Where do I set TransactionOptions with JDO / Google App Engine?

  17. 17

    install4J: where can I see application logs when redirection is not working

  18. 18

    Where can I see my log4j logs in servlet?

  19. 19

    Where can I find the name servers of Google Compute Engine?

  20. 20

    How can I see hidden app data in Google Drive?

  21. 21

    Ubuntu SDK: How can I see error logs for my ubuntu touch app?

  22. 22

    Ubuntu SDK: How can I see error logs for my ubuntu touch app?

  23. 23

    Can I use TensorFlow in a Google App Engine module?

  24. 24

    Can I use Goroutines in Google App Engine (Standard Environment)?

  25. 25

    Can I run PHP files on Google App Engine for Python?

  26. 26

    How can I modify my authentication and authorization on google app engine?

  27. 27

    Can I run PHP files on Google App Engine for Python?

  28. 28

    Why can't I send Email on Google app engine?

  29. 29

    Can I point a domain at a google app engine service?

HotTag

Archive