X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Flogback-config%2Fsrc%2Fmain%2Fyang%2Fconfig-logging.yang;h=477876c66979dd6d3a0db8ce224d26174499ab5f;hb=6145a414aa83be539b377c1952a3a33ed7031322;hp=3b28b574696683540391dd53ab041b0b40dd7ebb;hpb=78600c7346ad65da127f3801359d69e33280340a;p=controller.git 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 3b28b57469..477876c669 100644 --- a/opendaylight/config/logback-config/src/main/yang/config-logging.yang +++ b/opendaylight/config/logback-config/src/main/yang/config-logging.yang @@ -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,12 +41,12 @@ module config-logging { type string; mandatory true; } - + leaf encoder-pattern { type string; mandatory true; } - + leaf name { type string; mandatory true; @@ -54,7 +54,7 @@ module config-logging { key name; config:java-name-prefix FileAppenderTO; } - + list rolling-appenders { leaf append { type boolean; @@ -96,17 +96,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 false;