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

servers, which make it easier to follow the logs of individual servers.
master
Thomas Keller 2010-10-14 18:46:08 +00:00
parent b30bdc9833
commit 07aec736f5
1 changed files with 3 additions and 1 deletions

View File

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