Changed logging in Scheduler

I am upgrading an application from version 2025.2 to 2025.8 with Origam Scheduler running as a Windows Service. In the previous version the logging was directed by the file OrigamScheduler.exe.config. With the new installation the service failed to start with an error message that the log4net.config file is missing. Even after copying the settings into a new log4net.config file the logging is still different from the old installation, missing the INFO level from OrigamScheduler.SchedulerService.

At first it looked like a good idea to ignore the logging setup in appsettings.json to solve this problem.

At the end It was decided to keep the current behavior because in some special case we might want to switch on logging for Microsoft classes with it. So to solve the duplicate config problem described in this issue just remove appsettings.json, there is no relevant configuration it it as of now.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.