Update logging.conf

Change-Id: I03360c06633243ff8b8a445a3aecd6c9f86c28b5
Related-Prod: PROD-21353
diff --git a/tests/pillar/logging/_logging.sls b/tests/pillar/logging/_logging.sls
index 896022a..1fed559 100644
--- a/tests/pillar/logging/_logging.sls
+++ b/tests/pillar/logging/_logging.sls
@@ -1,12 +1,11 @@
 _data:
-  logging:
-    app_name: 'nova'
-    log_appender: true
-    log_handlers:
-      watchedfile:
-        enabled: true
-      fluentd:
-        enabled: true
-      ossyslog:
-        enabled: true
+  app_name: 'nova'
+  log_appender: true
+  log_handlers:
+    watchedfile:
+      enabled: true
+    fluentd:
+      enabled: true
+    ossyslog:
+      enabled: true
 service_name: nova
\ No newline at end of file