Reporter |
![]() |
---|---|
Created | Jul 29, 2013 4:43:46 PM |
Updated | Jul 31, 2013 4:52:46 PM |
Priority | Normal |
Type | Bug |
State | Open |
Assignee | Leonid Stryuk (Leonid.Stryuk) |
Subsystem | No subsystem |
Fix versions | 5.0.1 |
Fixed in builds | No Fixed in build |
Affected versions | No Affected versions |
Browser | Any Browser |
OS | Any OS |
Verified in build | Not verified |
Verified by | Nobody |
Reviewed by | No reviewed by |
Severity | Routine |
Provide the custom warn_console.xml file for the 'InCloud database test'.
Expected it overrides the 'CONSOLE' appender with the custom:
The start command:
Expected it overrides the 'CONSOLE' appender with the custom:
<appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
<param name="Target" value="System.out"/>
<param name="Threshold" value="WARN"/>
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%-30.30c{1}] [%-15.15t] [%X{username}] %m%n"/>
</layout>
</appender>
The start command:
java -Djetbrains.mps.webr.log4jPath={user_home}/warn_console.xml -jar youtrack-5.0.jar 8080