DC 5.5 Breaking changes - Logs

With 5.5 we’ve introduced a new log system.

This new system is explained in greater details in the following documentation.

The breaking changes that the reader must be aware of, is the following:

  • Logs can, but really should not, be read directly from disk. These are now formatted in a JSON format that a computer can read and index and for that reason we refer to the log ui. The experience there is much better

  • Changing the log levels of a service is very similar as to how it has always been, however, for the old DAM Center code (e.g. Dmm3bwsv3) this has now been moved to a file called Appsettings.logging.json. Each domain has it’s own file, which means there is one in the root of the installation and one in the /dmm3bwsv3 folder.