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:
parent
b30bdc9833
commit
07aec736f5
@ -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'
|
||||
)),
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user