Issue #1638 fix mistakes
Change-Id: I7cf9d0393d8ac5ca7459a5ebfb7660e101ae0da5 Former-commit-id:b8adb51f15
[formerly09ef61bc9e
] [formerlyb8adb51f15
[formerly09ef61bc9e
] [formerlyd476f02796
[formerly f5a939794ed07e77c7df23a779ca61c272aa546c]]] Former-commit-id:d476f02796
Former-commit-id:12d8d9b5f8
[formerlybe479b1e65
] Former-commit-id:2d1b296835
This commit is contained in:
parent
d0b4572fbb
commit
fe0c27242c
2 changed files with 8 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
</layout>
|
||||
</appender>
|
||||
|
||||
<appender name="AlertVizAdminLogAppender" class="com.raytheon.uf.viz.alertviz.EnvConfigurableRollingFileAppender">
|
||||
<appender name="AlertVizAdminLogAppender" class="com.raytheon.uf.viz.core.log.EnvConfigurableRollingFileAppender">
|
||||
<param name="envLogVar" value="LOGFILE_ALERTVIZ" />
|
||||
<param name="maxFileSize" value="2GB"/>
|
||||
<param name="maxBackupIndex" value="5"/>
|
||||
|
|
|
@ -74,4 +74,11 @@
|
|||
parentId="com.raytheon.viz.ui.cave.scheme">
|
||||
</scheme>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.statusHandlers">
|
||||
<statusHandlerProductBinding
|
||||
handlerId="com.raytheon.viz.notification.statusHandler"
|
||||
productId="com.raytheon.viz.product.awips.CAVE">
|
||||
</statusHandlerProductBinding>
|
||||
</extension>
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue