uscheduler/src/MaksIT.UScheduler/appsettings.json
2025-12-06 13:06:47 +01:00

24 lines
372 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information"
},
"EventLog": {
"SourceName": "MaksIT.UScheduler",
"LogName": "Application",
"LogLevel": {
"Microsoft": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
}
},
"Configuration": {
"Powershell": [
],
"Processes": [
]
}
}