...
More logging: Logging of entering and existing of methods. This means you can much better understand the data flow during all operations. This is logged with the DEBUG logging level
Set logging level via env environment variable:
LOGGING_LEVEL
env variable can be used to set the logging level. Available levels:TRACE
DEBUG (default)
INFO
WARN
ERROR
FATAL
OFF
Connection routing
A core feature of CDCM is the integration of different authoring tools and other applications. These other applications require a different authentication methods and/or use different identity providers than CDCM itself. In order to handle these different outgoing connections CDCM uses a single file where the connections and authentications are configured. The documentation how to configure this file called connection-routing.yml
can be found here.