SenseNet / sensenet

Open Source Content Services Platform written in .NET
https://sensenet.com
GNU General Public License v2.0
173 stars 111 forks source link

Simplify log entries and clean up site start log #1999

Closed tusmester closed 5 months ago

tusmester commented 6 months ago

There are still log entries in the system written in EventLog style (multiple lines, lots of metadata). We want to replace these with one-line information messages that are more suitable for the ILogger infrastructure.

We also want to get rid of as many unnecessary log entries during app start as possible to make the app start log more readable.