-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Here I get trace id
Line 50 in 047ad1e
| var traceId = IsProductionServer() ? $"TraceId: {GetTraceId()}" : string.Empty; |
and then later on I push it into the log here (and other places too), so I can see it in the Seq, when my app runs in the production:
Line 51 in 047ad1e
| Logger.LogInformation($"Fetching weather data in client component - Weather client. {traceId}"); |
But I think that it should be setted somehow in the Program.cs, no?!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested