hrms-api-recruit/appsettings.Development.json

11 lines
220 B
JSON
Raw Normal View History

2023-03-13 12:29:56 +07:00
{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Information",
"System": "Warning"
}
}
2025-03-31 13:10:57 +07:00
}
2023-03-24 14:24:35 +07:00
}