Skip to content

Commit

Permalink
Merge pull request #9 from bloomberg/logfiles
Browse files Browse the repository at this point in the history
Too many log archive files
  • Loading branch information
sh9189 committed Sep 9, 2015
2 parents 631ca1c + 63948b8 commit e85bea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CollectdWinService/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
keepFileOpen="true"
ConcurrentWrites="false"
archiveAboveSize="1048576"
archiveFileName="${specialfolder:CommonApplicationData }\${appName}\${appName}_debug_${shortdate}.{##}.log"
archiveFileName="${specialfolder:CommonApplicationData }\${appName}\${appName}_debug.{##}.log"
archiveNumbering="Sequence"
archiveEvery="Day"
maxArchiveFiles="10" />
Expand Down

0 comments on commit e85bea4

Please sign in to comment.