Change IPFusion Logging Messages
IPFusion logs can be configured to log to a custom location and only log certain messages. This can be updated for both the Runtime and Designer applications.
Change Runtime Logging Configuration
The logging specific for the Runtime application can be changed. This includes the types of log messages (warnings, errors, etc) and whether or not logging for certain items (such as Workflows) are enabled. These logs can be used later for troubleshooting purposes.
To change the logging configuration for Runtime:
Change Designer Logging Configuration
The logging specific to the Designer application can be modified. This includes the location the log file is generated at and which types of messages are logged.
To make changes to the Designer logging configuration:
- Navigate to C:\ProgramData\IPFusion\IPFusion\Config and make a backup of the log4net_designer.config file in case the changes made need to be reverted.
- Open the log4net_designer.config file in a text editor. Be sure to open the text editor as Administrator.
- To change where Designer logs are generated, change the file value to the new path.
-
To change which type of logs are generated, change the level value to be one
of the following:
- OFF — No logs are generated.
- DEBUG — Only debugging messages are logged.
- INFO — Only informational messages are logged.
- WARN — Only warning messages are logged.
- ERROR — Only error messages are logged.
- FATAL — Only fatal error messages are logged.
- ALL — Messages of all types are logged.