View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005301 | SymmetricDS Pro | Bug | public | 2022-05-17 13:32 | 2022-06-06 12:37 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.13.4 | ||||
Target Version | 3.13.5 | Fixed in Version | 3.13.5 | ||
Summary | 0005301: Manage Logging panel opens log file and never closes when layout in log4j2.xml is different from original installed layout | ||||
Description | When the log4j2.xml file has a modified layout for the log messages in the log file, the LoggingPanel never closes the opened log file on a refresh. | ||||
Steps To Reproduce | 1. Change the log4j2.xml file, the SymRollingFile appender, the PatternLayout Currently: "%d %p [%X{engineName}] [%c{1}] [%t] %m%ex%n" Change it in any way: "%d %-6p [%X{engineName}] [%c{1}] [%t] %m%ex%n" 2. Run the Symmetric instance 3. Run: lsof -p `cat symmetric.pid` | grep symmetric.log | wc -l 3. Go to Manage Logging, and press Refresh several times 4. Run: lsof -p `cat symmetric.pid` | grep symmetric.log | wc -l The number should keep increasing as Refresh is pressed on the Logging Panel. | ||||
Tags | logging | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-05-17 13:32 | pmarzullo | New Issue | |
2022-05-17 13:32 | pmarzullo | Status | new => assigned |
2022-05-17 13:32 | pmarzullo | Assigned To | => pmarzullo |
2022-05-17 13:32 | pmarzullo | Tag Attached: logging | |
2022-05-17 14:19 | pmarzullo | Status | assigned => resolved |
2022-05-17 14:19 | pmarzullo | Resolution | open => fixed |
2022-05-17 14:19 | pmarzullo | Fixed in Version | => 3.13.5 |
2022-06-06 12:37 | admin | Status | resolved => closed |