Note that there are some explanatory texts on larger screens.

plurals
  1. POConfiguring Teamcity's logging behaviour
    text
    copied!<p>I'm using Teamcity 5 for our CI environment. It's a great tool, but I've been struggling with one thing: the <code>stdout_yyyyMMdd.log</code> file in the <code>\TeamCity\logs</code> folder grows to ridiculous sizes. Is there a way to turn it off?</p> <p>Places I've looked so far:</p> <ul> <li>Jetbrains: Nothing on stdout;</li> <li>Google for "tomcat stdout logs": the first few links don't really address the issue.</li> </ul> <p><strong>Edit</strong>:</p> <p>At KIR's suggestion, I actually looked to see what's in stdout. It's the same exception message repeated over and over again:</p> <pre><code>[2010-12-01 08:57:21,268] WARN - jetbrains.buildServer.SERVER - java.io.FileNotFoundException: &lt;...Path...&gt;\.BuildServer\system\caches\search\_8p.prx (The system cannot find the file specified) [2010-12-01 08:57:21,315] ERROR - erverSide.search.SearchService - SearchService.enqueueHistory java.io.FileNotFoundException: &lt;...Path...&gt;\.BuildServer\system\caches\search\_8p.prx (The system cannot find the file specified) at java.io.RandomAccessFile.open(Native Method) at java.io.RandomAccessFile.&lt;init&gt;(Unknown Source) at org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput$Descriptor.&lt;init&gt;(SimpleFSDirectory.java:78) at org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.&lt;init&gt;(SimpleFSDirectory.java:108) at org.apache.lucene.store.SimpleFSDirectory.openInput(SimpleFSDirectory.java:65) at org.apache.lucene.index.SegmentReader$CoreReaders.&lt;init&gt;(SegmentReader.java:132) at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:638) at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:599) at org.apache.lucene.index.DirectoryReader.&lt;init&gt;(DirectoryReader.java:104) at org.apache.lucene.index.ReadOnlyDirectoryReader.&lt;init&gt;(ReadOnlyDirectoryReader.java:27) at org.apache.lucene.index.DirectoryReader$1.doBody(DirectoryReader.java:74) at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:704) at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:69) at org.apache.lucene.index.IndexReader.open(IndexReader.java:476) at org.apache.lucene.index.IndexReader.open(IndexReader.java:314) at jetbrains.buildServer.serverSide.search.SearchService.getIndexSearcher(SearchService.java:451) at jetbrains.buildServer.serverSide.search.SearchService.enqueueHistory(SearchService.java:515) at jetbrains.buildServer.serverSide.search.BackgroundIndexer.run(BackgroundIndexer.java:32) at java.lang.Thread.run(Unknown Source) </code></pre> <p>Any idea what this file is?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload