003f4c60f6e0d209b3d955391286d930d941f578
- Replace NLog packages with Serilog.AspNetCore and related dependencies - Add Serilog.UI with SQLite provider for log visualization - Implement environment-based logging configuration: * Development: Console output with simplified template * Production: File-based logging with separate files per level - Add SQLite sink for persistent log storage and web UI access - Configure rolling file policies with configurable retention - Update appsettings.Logging.json to use Serilog configuration format - Enable Serilog self-diagnostics for troubleshooting
Description
Languages
C#
100%