appengine icon indicating copy to clipboard operation
appengine copied to clipboard

Log flushing error after every endpoint is called

Open benny-conn opened this issue 3 years ago • 0 comments

After registering handlers through the method described here and using appengine.Main() in the main package, I notice that upon every request and small error is printed into the app engine logs regarding log flushing. The error is as below:

internal.flushLog: Flush RPC: Call error 1: call /logservice.Flush is not registered

The error does not prevent the application from working as intended but it is cluttering the logs and I am wondering if there is anything I can do on my end to fix this error.

Thanks ahead of time!

benny-conn avatar Oct 12 '21 21:10 benny-conn