Changed ASP.NET Core log level to Information in development. Added Worker.InitialJobState setting to control job startup state, defaulting FinalizeDocumentJob to Running. Added explanatory comments for job state values.
9 lines
123 B
JSON
9 lines
123 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Information"
|
|
}
|
|
}
|
|
}
|