From 07aec736f5dfd12911d928ed0e8ad3eb01b284d6 Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Thu, 14 Oct 2010 18:46:08 +0000 Subject: [PATCH] Add --timestamp and --ticker=dot as default options for newly created servers, which make it easier to follow the logs of individual servers. --- src/IDF/Plugin/SyncMonotone.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/IDF/Plugin/SyncMonotone.php b/src/IDF/Plugin/SyncMonotone.php index e34c674..2da68cd 100644 --- a/src/IDF/Plugin/SyncMonotone.php +++ b/src/IDF/Plugin/SyncMonotone.php @@ -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' )), );