Loading...
This topic covers the improvements and new features included in Mirth® Connect version 4.6.1.
The log4j2.properties file has a new property named property.logs that sets a relative or an absolute path to the desired log file directory. This replaces the dir.logs property that is now deprecated. For this property to work properly, the values for appender.rolling.fileName and appender.rolling.filePattern need to begin with ${logs}/.
When you upgrade to version 4.6.1 by using the installer wizard, the log directory selected in the Select Data Paths step is saved as property.logs in the log4j2.properties file. If you upgrade by using a different method, property.logs is automatically added with the same value as dir.logs when the server restarts for the first time.
If you have not changed the appender.rolling.fileName or appender.rolling.filePattern values, updates are made automatically and no action is required. However, if you have made changes, you need to update the values to ensure they begin with ${logs}/.