In the old days, I had a backend that ran 24/7 as the master server for a multiplayer game. As part of this, I would log misc information every 30 secs or so. This was all displayed in a single log entry in the old log viewer and worked well.
Enter stackdriver.... :( Now I get the first 3-4 log statements on module startup and nothing else gets logged after that. Short of pushing all the log statement outputs into a DB text entry, how do I get to: 1) write the log statements to a single entry 2) see the entry Python btw... Thanks in advance. -R -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/4b5e4d83-f4c6-4a57-94ef-effe6354c005%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
