Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log file dates and times are in different formats (C# vs nlog defaults) #323

Open
sei-dupdyke opened this issue Apr 22, 2024 · 0 comments
Open
Labels

Comments

@sei-dupdyke
Copy link
Contributor

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.

Originally posted by @sei-dupdyke in #239 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant