Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

By default, Unimus logs when and by which user Config Push jobs were initiated.
If you wish more logging (what commands and to what devices) for Config Push, this can be enabled.

To enable additional logging for Config Push, please set:

On Windows:

For portable:
Create a file named Unimus.l4j.ini in the same directory as the Unimus executable.
Change Unimus in the above file name to exactly match the name of the Unimus executable.

For installer:
Add the below lines to Unimus.l4j.ini in 'C:\Program Files\Unimus\'.

Inside of this configuration file, please add the following lines:

-Dlogging.level.net.unimus.business.core.specific.operation.push.PushOperationManager=DEBUG

Please make sure to place each argument into its own line.

Restart Unimus to apply the new timeouts.

On Linux (Debian/Ubuntu):

Edit the contents of /etc/default/unimus.

Add this into the file:

-Dlogging.level.net.unimus.business.core.specific.operation.push.PushOperationManager=DEBUG

Restart Unimus to apply the new timeouts.

  • No labels