-
The Serilog parser has two extension methods SelectCatch(,,string error message) that does a select, but if that select throws, instead results in an error with the given message.
I think these are…
-
It appears this library doesn't actually support structured logging, instead it formats log lines into nested JSON message and then relies on json parser within loki to allow filtering.
As per Lo…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)
- [X] Search the ex…
-
### Discussed in https://github.com/datalust/seq-tickets/discussions/1536
Originally posted by **mkvonarx** March 31, 2022
Hi
We're using serilog for our logging. Unfortunately, we cannot u…
-
hello sir,
i used this parser in asp net core 2.1 but it doesn't work, i got this error in that line
"using (var fileStream = File.OpenRead(pathToSrtFile))"
i got this error message(IformFile does…
-
Just found your app. Very nice work!!
I tried it with my log file and the time is parsed perfectly but the rest is not. Example of a log line:
`[2021-04-09T10:14:12.012Z] [On-prem] [schema_2] [P…
-
**Does this issue relate to a new *feature* or an existing *bug*?**
- [x] Bug
- [ ] New Feature
**What version of Serilog is affected? Please list the related NuGet package.**
2.8.0
**What…
-
When passing in an object that has Enum parameters into the unparsing function FormatCommandLine, if the specified Enum has a value of 0, it does not successfully unparse into a string. I am currently…
-
Fair warning: this is going to be fairly long winded and I hope this is the right place to post this.
Problem: my application is comprised of an API component and a background processing component …
-
The `Microsoft.Extensions.Configuration.Commandline` extension populates app configuration from command line arguments. However it has no support for things like validation or displaying help to the u…