Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 6 Config UI : Publish Project Configuration

Publish Project Configuration
The Publish project configuration enables you to send the configuration changes of a project to memory so that they are available to the Core Engine at run time without restarting the Core Engine.
You can publish and update the following changes at run time:
Using the Publish Configuration option, you can publish any configuration changes saved in the configuration files to an active Core Engine instance. After you make any changes to the configuration of a project, you do not need to start the Core Engine instance, as the Core Engine instance picks all the changes as soon as you publish the configuration.
Using the Update Log Level option, you can dynamically change the levels of logging of the Core Engine at run time. For example, you can update the logging level from INFO to DEBUG at runtime for the Core Engine.
Using the Update Central Log Level option, you can dynamically change the levels of logging of the Central Logger component at run time.
Publish Configuration
You can publish the configuration changes using the Config UI as follows:
1.
2.
3.
where ASGServer is the server machine and PortName is the port number for a running Core Engine instance.
4.
Click Submit.
Changing Log Level Settings
Using the Config UI, you can change the log level settings for the Core Engine and the Central Logger component. See the following topics:
Changing Log Level Settings for Core Engine
To change the log level settings for the Core Engine, follow these steps:
1.
2.
3.
http://ASGServerMachine:PortName
where ASGServerMachine is the server machine and PortName is the port number for a running the Core Engine instance.
See Logging Levels of Core Engine for types of supported logging levels.
4.
Click the Submit button.
Changing Log Level Settings for Central Logger
To change the log level settings, follow these steps:
1.
2.
3.
Type: from the drop-down list, select Update Central Logger Log Level.
http://ASGServerMachine:PortName
where ASGServerMachine is the server machine and PortName is the port number for a running Core Engine instance.
4.
Click the Submit button.
For the Core Engine, the log level setting is defined by the tibco.clientVar.ASG/Logging/MinLogLevel property in the ASG_CONFIG_HOME/asg.properties file.
For the Central Logger component, the log level setting is defined by the tibco.clientVar.ASG/Logging/clLogLevel property in the ASG_CONFIG_HOME/asg_cl.properties file.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved