Add --timestamp and --ticker=dot as default options for newly created

servers, which make it easier to follow the logs of individual servers.
This commit is contained in:
Thomas Keller 2010-10-14 18:46:08 +00:00
parent b30bdc9833
commit 07aec736f5

View File

@ -250,7 +250,9 @@ class IDF_Plugin_SyncMonotone
array('key' => 'server', 'values' => array($shortname)), array('key' => 'server', 'values' => array($shortname)),
array('key' => 'local', 'values' => array( array('key' => 'local', 'values' => array(
'--confdir', $projectpath, '--confdir', $projectpath,
'-d', $dbfile '-d', $dbfile,
'--timestamps',
'--ticker=dot'
)), )),
); );