Disable color debug log by default

Change-Id: I632c59e885835da6c8428abad5ef1d33d8406abb
Related: PROD-28528(PROD:28528)
(cherry picked from commit 1476bf23d725de8ae5257ea9f87e94d01d0ab536)
diff --git a/tests/pillar/client_rsync.sls b/tests/pillar/client_rsync.sls
index 49206d7..1f2a2ad 100644
--- a/tests/pillar/client_rsync.sls
+++ b/tests/pillar/client_rsync.sls
@@ -1,5 +1,7 @@
 backupninja:
   client:
+    log:
+      color: false
     enabled: true
     target:
       engine: rsync
@@ -8,4 +10,4 @@
 linux:
   system:
     name: hostname
-    domain: domain
\ No newline at end of file
+    domain: domain
diff --git a/tests/pillar/client_rsync_backup_times.sls b/tests/pillar/client_rsync_backup_times.sls
index adb5a78..d0b3524 100644
--- a/tests/pillar/client_rsync_backup_times.sls
+++ b/tests/pillar/client_rsync_backup_times.sls
@@ -1,5 +1,7 @@
 backupninja:
   client:
+    log:
+      color: true
     enabled: true
     backup_times:
       day_of_week: 1
@@ -12,4 +14,4 @@
 linux:
   system:
     name: hostname
-    domain: domain
\ No newline at end of file
+    domain: domain