Breaking changes in Logging 7.0.3

Quick access

Moved file logging provider

The FileLoggerProvider is not included in Juice.BgService.ServiceBase but moved to new Juice.Extensions.Logging.File package.

Default service name

The default service name has been changed from Default to General, but it can be configured using the GeneralName option.

Change the scope property name

  • JobId changed to TraceId
  • JobDescription changed to Operation
  • JobState changed to OprationState