hrms-api-recruit/bin/Debug/net7.0/appsettings.Development.json
Suphonchai Phoonsawat 996c08c9e8 add logs system
2025-03-31 13:10:57 +07:00

11 lines
No EOL
220 B
JSON

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