no data collect on the granafa page #239
-
My ghosts.api dont work,It return 0. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hi, change the range in the upper right corner to be all time: |
Beta Was this translation helpful? Give feedback.
-
and so I guess nlog and C# handle dates differently by default. |
Beta Was this translation helpful? Give feedback.
app.log
is written by the nlog library directly, which is configured as:layout="${Date:universalTime=true}|${level}|${callsite}|${message}"
.clientupdates.log
is written by the application directly as:_timelineLog.Info($"TIMELINE|{DateTime.UtcNow}|{o}");
,and so I guess nlog and C# handle dates differently by default.