Is this happening every time, or was it only observed a few times?
On Wednesday, November 30, 2016 at 10:03:34 AM UTC-5, Azrael Seoeun Park
wrote:
>
> I am using cloud logging (java,
> google-api-services-logging:v2beta1-rev23-1.22.0) in Standard App Engine.
>
> When I write a single log entry, it takes almost 120ms.
> Following is the example code:
>
> ------------------------------------------------------------
> long start = System.currentTimeMillis();
> WriteLogEntriesRequest content = (new
> WriteLogEntriesRequest()).setEntries(entries);
> WriteLogEntriesResponse response =
> logging.entries().write(content).execute();
> long end = System.currentTimeMillis();
> logger.info("---- duration = {}", (end - start));
> ------------------------------------------------------------
>
> I am wondering the 120ms is the typical time to take.
> If it is, I have to change the way to write log entry for performance.
>
> Is there any way to reduce the latency time to write the logEntry, such as
> async way?
>
> Thanks in advance.
>
>
--
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/6f6edf21-349b-4195-a952-9e3e13b140de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.