hrms-api-exam/appsettings.Development.json

11 lines
220 B
JSON
Raw Normal View History

2023-03-23 12:31:21 +07:00
{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Information",
"System": "Warning"
}
}
2025-03-31 13:23:54 +07:00
}
2024-12-27 20:39:37 +07:00
}