Revert "Replace tabs with spaces in config yang files"
[controller.git] / opendaylight / config / logback-config / src / main / yang / config-logging.yang
index 7af887671d21cf184cf7604284d1b58f77927e9f..7f4ea39dd4ccb66d5e65979ce994848b884d2dd0 100644 (file)
@@ -32,7 +32,7 @@ module config-logging {
             when "/config:modules/config:module/config:type = 'logback'";
 
             list file-appenders {
-                leaf append {
+               leaf append {
                     type boolean;
                     mandatory false;
                 }
@@ -41,19 +41,19 @@ module config-logging {
                     type string;
                     mandatory true;
                 }
-
+                
                 leaf encoder-pattern {
                     type string;
                     mandatory true;
                 }
-
+                
                 leaf name {
                     type string;
                     mandatory true;
                 }
                 config:java-name-prefix FileAppenderTO;
             }
-
+            
             list rolling-appenders {
                 leaf append {
                     type boolean;
@@ -94,17 +94,17 @@ module config-logging {
                     type string;
                     mandatory true;
                 }
-
+                
                 leaf rolling-policy-type {
                     type string;
                     mandatory true;
                 }
-
+                
                 leaf max-history {
                     type int32;
                     mandatory true;
                 }
-
+                
                 leaf clean-history-on-start {
                     type boolean;
                     default 0;