ProjektAdLer / Autorentool

Apache License 2.0
7 stars 2 forks source link

Serilog logging #349

Closed niklasstich closed 1 year ago

niklasstich commented 1 year ago

Added Serilog as logging dependency Changed console logging to use Serilog Added file logging via Serilog, a new folder "Logs" is being created in our AdLerAuthoring Appdata folder. Logs during Development are written to "log-dev.txt", during normal operation to "log.txt". Log files are capped at 100MB file size and the last 5 log files are split at that size. Fixed some log message templates and updated tailwindcss dependency to get rid of an annoying intrusive log message. This PR closes #317

niklasstich commented 1 year ago

Checked auf macOS von @MarvinHo64 und mir

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5941178093


Changes Missing Coverage Covered Lines Changed/Added Lines %
Shared/Configuration/ApplicationConfiguration.cs 4 6 66.67%
Presentation/PresentationLogic/MyLearningWorlds/MyLearningWorldsProvider.cs 22 30 73.33%
<!-- Total: 53 63 84.13% -->
Totals Coverage Status
Change from base Build 5940457586: -0.01%
Covered Lines: 8810
Relevant Lines: 9895

💛 - Coveralls
niklasstich commented 1 year ago

Checked auf Windows