This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
Content-Length: 214804 | pFad | https://github.com/dotnet/tye/issues/512
99Fetched URL: https://github.com/dotnet/tye/issues/512
Alternative Proxies:
What should we add or change to make your life better?
Create an
extension
to push logs to SeqThis would be similar to the existing extension built into Tye:
Would be implemented in a method like this into
tye.yaml
:Why is this important to you?
I have implemented Seq into my microservice project, however seeing how simple it was to integrate logging with the built-in Tye method was eye opening.
Would be great to build a lot more extensions like this. E.g. grafana, prometheus, jaeger,
For context -- I have used this library in the past and it made configuring logging very simple with json-like settings to magically determine where to send logs. This could be used as a reference for implementing this feature:
https://github.com/convey-stack/Convey.Logging
https://github.com/convey-stack/Convey.Logging/blob/master/src/Convey.Logging/Extensions.cs
The text was updated successfully, but these errors were encountered: