Access log time stamp reporting in epoch's millisecond time #41077
-
In milvus access logs configruation, I see these time fields are available to be used: $time_cost | Time taken for completing the access Can these be configured to report epoch time in milliseconds? I am assuming they are currently taking milvus server locale time zone information and reporting in that in the accessLogs? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
yes, right now they are using local timestamp. I don't know what data format is used right now. but modified it shouldn't be hard |
Beta Was this translation helpful? Give feedback.
-
@aoiasd any ideas? |
Beta Was this translation helpful? Give feedback.
-
Now we use the local timezone as default timezone. It only changes when you change you system local timezone(linux/macos at /usr/share/zoneinfo). |
Beta Was this translation helpful? Give feedback.
So in mycase I took your standalone dockerized milvus - I got UTC timestamps by default. I would have to experiment in docker to change its time zone and see if it still logs UTC time stamps or not.
That would give the answer for current behavior.