AntoineGa / Seq.App.Teams

Seq application for Microsoft Teams
MIT License
13 stars 10 forks source link

Properties to Exclude - multiline #45

Open richard-stafflink opened 5 months ago

richard-stafflink commented 5 months ago

Hi,

Properties to Exclude suggestion multiline - but that is not possible. You this be changed to CSV, or change the textbox to a multiline version please?

image

richard-stafflink commented 5 months ago

Only work-around I found was to edit the JSON:

image

richard-stafflink commented 3 months ago

OR update: https://github.com/AntoineGa/Seq.App.Teams/blob/6d242c813b5f8dd599bcf00993f47f90969de381/Seq.App.Teams/TeamsApp.cs#L251

TO: ExcludedProperties = ExcludedProperties?.Split(new[] { ' ', '\r', '\n' }, StringSplitOptions.RemoveEmptyEntries).ToList() ?? new List<string>(),