awips2/javaUtilities/com.raytheon.uf.logsrv/conf/config.xml
Nate Jensen ea71b2a4bc Issue #2359 remove ignore threads capability since it was a hack to stop
shef and there's a better way to stop shef

Change-Id: I8c2fc8279937aca4e15ea52197081c8271d0c55c

Former-commit-id: 1d5b9cd648 [formerly 5e2636809d] [formerly d5239174f6] [formerly 1d5b9cd648 [formerly 5e2636809d] [formerly d5239174f6] [formerly 52eaaa17d0 [formerly d5239174f6 [formerly 99f45c9a2ae2e82ba88dd8df7e2c008bda863a9e]]]]
Former-commit-id: 52eaaa17d0
Former-commit-id: f91884acf4 [formerly 1ac92d7135] [formerly c826d27daf80c25ce6eadb12bf21d4fd5060b7fe [formerly 4d51cd6d86]]
Former-commit-id: 0066e6fb2857febccf3aa6c59b6d20c93ca820c3 [formerly 69e4c10344]
Former-commit-id: a9c17cd6db
2014-01-23 18:09:50 -06:00

27 lines
No EOL
1 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<logSrvConfig>
<!-- the cluster name, only used for the report email -->
<clusterName>ec-oma</clusterName>
<!-- where to keep track of the errors
how much space you need depends on how many errors the system is throwing
-->
<databaseDir>/common/njensen/logsrv/</databaseDir>
<!-- how to send the email report -->
<fromAddress>Nathan.Jensen@raytheon.com</fromAddress>
<smtpHost>mk2-msg10.raymail.ray.com</smtpHost>
<smtpPort>143</smtpPort>
<!-- where to send the email report, a comma-separated list of addresses -->
<toAddress>awipsctl@list.app.ray.com, awipstest@list.app.ray.com, david_j_hladky@raytheon.com</toAddress>
<!-- the time of day to send the report
only really matters if you're installing or auto-deploying at a
specific time, as you may want to clear out the databaseDir
that contains errors from a previous build
-->
<timeToSend>00:45</timeToSend>
</logSrvConfig>