Hinni / seq-input-mssql

Import data from MSSQL database to Seq. For example for error logs stored in tables.
Other
3 stars 3 forks source link

Handle Log levels #2

Closed eliasgrueninger closed 5 years ago

eliasgrueninger commented 5 years ago

Add a possiblity to differentiate between several log levels. Currently all log entries are sent to seq as error.

Hinni commented 5 years ago

We need to discuss what is the best way for a generic solution. Maybe a filter therm which pulls errors and another instance of the same app to pull successful messages.

eliasgrueninger commented 5 years ago

Might be a solution: Where clause and loglevel. Otherwise we get all the success messages (hopefully a lot of success messages in the logs and no errors) but everything gets logged as error...

eliasgrueninger commented 5 years ago

Done @Hinni ?

Hinni commented 5 years ago

Yes, implemented in #1