From: Ed Warnicke Date: Mon, 9 Dec 2013 16:59:54 +0000 (+0000) Subject: Merge "Fix errors reported by pyang" X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~229 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=e59d772d406a22ad256695e4a23f469b256837fd;hp=c20a974907e2490c2d61abbd9a4d870631a45b9f Merge "Fix errors reported by pyang" --- diff --git a/opendaylight/config/logback-config/src/main/yang/config-logging.yang b/opendaylight/config/logback-config/src/main/yang/config-logging.yang index 7f4ea39dd4..3b28b57469 100644 --- a/opendaylight/config/logback-config/src/main/yang/config-logging.yang +++ b/opendaylight/config/logback-config/src/main/yang/config-logging.yang @@ -51,6 +51,7 @@ module config-logging { type string; mandatory true; } + key name; config:java-name-prefix FileAppenderTO; } @@ -89,6 +90,7 @@ module config-logging { type string; mandatory true; } + key name; leaf file-name-pattern { type string; @@ -107,7 +109,7 @@ module config-logging { leaf clean-history-on-start { type boolean; - default 0; + default false; } config:java-name-prefix RollingFileAppenderTO; } @@ -128,6 +130,8 @@ module config-logging { type string; mandatory true; } + key name; + config:java-name-prefix ConsoleAppenderTO; } @@ -136,6 +140,7 @@ module config-logging { type string; mandatory true; } + key logger-name; leaf level { type string;