serilog-contrib / serilog-sinks-slack

A simple (yet customizable) Slack logging sink for Serilog
MIT License
41 stars 27 forks source link

Can we show Event properties fullscreen? #29

Open khoavn opened 3 years ago

khoavn commented 3 years ago

Hi,

Here is Slack screenshots from pc, can we make Event property values fill the width so I don't need to scroll too much :) and it's hard to read the message too. slack slack1

TrapperHell commented 3 years ago

Thanks for reporting. Unfortunately I don't know if it is possible to increase these column widths. For this reason I've assigned the help wanted tag.

jenyayel commented 3 years ago

Isn't this exactly PropertyAttachmentsShortFormat?

TrapperHell commented 3 years ago

I was actually unaware of this property. Looking back at the code, it seems to be all setup already for use, however in a couple of tests I made myself I have been unable to see any difference in the output one way or the other. Maybe someone else can confirm that this is working as expected?