hrms-api-exam/bin/Debug/net7.0/appsettings.Development.json
Suphonchai Phoonsawat ab7c8a74d7 add logs system
2025-03-31 13:23:54 +07:00

11 lines
No EOL
220 B
JSON

{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Information",
"System": "Warning"
}
}
}
}