5

I have deployed a app to Nodejs environment on Google App Engine recently. Everything was fine till yesterday when the logs started to behave strangely. Earlier I could read the logs using a simple command

gcloud app logs read

Now the logs are being formated weirdly as given below

2016-07-31 08:02:19 default[2] <JsonPayloadValue additionalProperties: [<AdditionalProperty key: u'source' value: <JsonValue string_value: u'stdout'>>, <AdditionalProperty key: u'container_id' value: <JsonValue string_value: u'67c934710ef37507a56ba3f00fd8d85cd977eb3d386caf6f7599acd9a2684c71'>>, <AdditionalProperty key: u'log' value: <JsonValue string_value: u'Node app is running on port 8080'>>, <AdditionalProperty key: u'container_name' value: <JsonValue string_value: u'/gaeapp'>>]>

The only relevant part is Node app is running on port 8080 but I am unable to figure out why its showing the whole dump kind of log in the output.

0 Answers0