Magnolia 5.6 reached end of life on June 25, 2020. This branch is no longer supported, see End-of-life policy.
If you are using the Activation module, please see the Activation Tools app page instead.
Accessible in Tools > Publishing tools, this app is installed by the Publishing module and has two subapps:
mgnlSystem
workspace.Monitor allows you to monitor publishing details.
Overview: Number of publishing and unpublishing requests, errors, committed and rollbacked transactions, content size and time needed for publication.
See Activation security for more information about using the Publishing Tools app.
The Publishing Tools app is based on the small app concept and installed by the Publishing module. Access to the app is restricted to the superuser
role in the app configuration and app launcher layout configuration.
The app's configuration is bootstraped from a YAML file at /publishing-app/apps/publishing.yaml
:
You can access and modify the configuration via the Resource Files app or decorate the configuration from another module.
Publishing logs are stored in memory through MemoryPublishingStorage , which is registered in the configuration at Configuration > /modules/publishing-core/config/publishingLogStorage
.
You can customize the storage by extending the MemoryPublishingStorage interface.
Node name | Value |
---|---|
modules | |
publishing-core | |
config | |
publishingLogStorage | |
class | info.magnolia.publishing.monitor.MemoryPublishingStorage |