Logging namespace

The following are the logging namespace:

Logging namespace Description
com.adobe.fms The root namespace for all Origin logging. Output is set to ./logs/origin.0.log by default.
com.adobe.fms.http Logging for the built-in http server. It logs all requests and responses. By default, output is set to ./logs/http/access.0.log.
com.adobe.fms.StreamContainer.streamContainerName streamContainerName is a variable based on configured containers. The container logs and child stream logs may attach a FileHandler for diagnostic purposes in the logging.properties file. By default, there is no filehandler setup.
com.adobe.fms.StreamContainer.streamContainerName.Stream.streamName streamContainerName and streamName are variable based on the configured container and stream. A specific stream's logs may attach a FileHandler for diagnostic purposes in the logging.properties file. By default, there is no filehandler setup.
Note: Logging output from the stream level is prefixed with containerName,streamName. Logging output from the container level is prefixed with the containerName.