<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I/G/D/C/B/A-Series Use of the 'set logging default severity x' Command in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/i-g-d-c-b-a-series-use-of-the-set-logging-default-severity-x/m-p/42548#M115</link>
    <description>Article ID: 14985 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
I-Series&lt;BR /&gt;
G-Series&lt;BR /&gt;
D-Series&lt;BR /&gt;
C5, C3, C2-Series&lt;BR /&gt;
B5, B3, B2-Series&lt;BR /&gt;
A4, A2-Series&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Difference between the universal default severity and the application default severity.&lt;BR /&gt;
Effect of using the '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logging default severity&lt;/PRE&gt;&lt;/DIV&gt; &lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;x&lt;/I&gt;&lt;/PRE&gt;' command, vs the '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logging application all level&lt;/PRE&gt;&lt;/DIV&gt; &lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;x&lt;/I&gt;&lt;/PRE&gt;' command.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
There are unique logging severities (default value "&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;6&lt;/PRE&gt;&lt;/DIV&gt;") relevant to each supported log application; for example, with firmware 6.42.09.0005...G3(su)-&amp;gt;show logging application&lt;BR /&gt;
 &lt;BR /&gt;
        Application   Current Severity Level&lt;BR /&gt;
---------------------------------------------&lt;BR /&gt;
 89      CLIWEB                   6&lt;BR /&gt;
 90      SNMP                     6&lt;BR /&gt;
 91      STP                      6&lt;BR /&gt;
 92      Driver                   6&lt;BR /&gt;
 93      System                   6&lt;BR /&gt;
 94      Stacking                 6&lt;BR /&gt;
 95      RtrOspf                  6&lt;BR /&gt;
 96      RtrMcast                 6&lt;BR /&gt;
 97      RtrVrrp                  6&lt;BR /&gt;
 112     UPN                      6&lt;BR /&gt;
 118     Router                   6&lt;BR /&gt;
 &lt;BR /&gt;
1(emergencies)  2(alerts)       3(critical)&lt;BR /&gt;
4(errors)       5(warnings)     6(notifications)&lt;BR /&gt;
7(information)  8(debugging)&lt;BR /&gt;
 &lt;BR /&gt;
G3(su)-&amp;gt;&lt;BR /&gt;
There is also one universal default logging severity (default value "&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;3&lt;/PRE&gt;&lt;/DIV&gt;"); for example, with firmware 6.42.09.0005...G3(su)-&amp;gt;show logging default&lt;BR /&gt;
                   Facility        Severity              Port&lt;BR /&gt;
Defaults:          local4          critical(3)           514&lt;BR /&gt;
G3(su)-&amp;gt;&lt;BR /&gt;
A logging severity may be configured for each application, while severity-unconfigured applications remain at their default severity ("&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;6&lt;/PRE&gt;&lt;/DIV&gt;").&lt;BR /&gt;
&lt;I&gt;However&lt;/I&gt;, if the universal default logging severity is configured, then this value overrides the application default value ("&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;6&lt;/PRE&gt;&lt;/DIV&gt;").&lt;BR /&gt;
Thus, the universal default logging severity while unconfigured affects nothing, but while configured affects severity-unconfigured applications.&lt;BR /&gt;
&lt;BR /&gt;
Here is a configuration sequence which should make this clearer:&lt;UL&gt; 
&lt;LI&gt;With no logging severity configurations, all applications log at severity 6. 
&lt;/LI&gt;&lt;LI&gt;If the universal logging default is then set to 5 ('&lt;PRE&gt;set logging default severity 5&lt;/PRE&gt;'), then all applications log at severity 5. 
&lt;/LI&gt;&lt;LI&gt;If the STP application logging is then set to 4 ('&lt;PRE&gt;set logging application STP level 4&lt;/PRE&gt;'), then STP logs at severity 4 and all other applications log at severity 5. 
&lt;/LI&gt;&lt;LI&gt;If the universal logging default is then returned to 3 ('&lt;PRE&gt;set logging default severity 3&lt;/PRE&gt;'), then STP logs at severity 4 and all other applications log at severity 6.&lt;/LI&gt;&lt;/UL&gt;
Issued from a defaulted configuration, the '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logging application all level&lt;/PRE&gt;&lt;/DIV&gt; &lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;x&lt;/I&gt;&lt;/PRE&gt;' command in theory has the same effect as '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logging default severity&lt;/PRE&gt;&lt;/DIV&gt; &lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;x&lt;/I&gt;&lt;/PRE&gt;'. However, in the case of any undocumented events which log outside of the defined applications, the "catch-all" default severity level would be the only way to regulate such events.&lt;BR /&gt;
&lt;BR /&gt;
In summary:&lt;UL&gt; 
&lt;LI&gt;If you wish all applications to have the same non-default value, then set both the application severity and universal default severity (avoid the value "&lt;PRE&gt;3&lt;/PRE&gt;"). 
&lt;/LI&gt;&lt;LI&gt;If you otherwise are targeting one or more specific applications, then set the severity for those applications.&lt;/LI&gt;&lt;/UL&gt;
It is highly recommended that you do &lt;I&gt;not&lt;/I&gt; use &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;7(information)&lt;/PRE&gt;&lt;/DIV&gt; or &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;8(debugging)&lt;/PRE&gt;&lt;/DIV&gt; logging for these products on a long-term basis. Not only does this result in much unimportant messaging that can obscure useful messaging, but over time it decreases system performance. So, use elevated logging levels if you must, while testing - then return them to default values.&lt;BR /&gt;
&lt;BR /&gt;
It is highly recommended that you &lt;I&gt;do&lt;/I&gt; permanently issue the '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logging local console enable file enable&lt;/PRE&gt;&lt;/DIV&gt;' command. This provides reasonable syslog data in the output of a '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show support&lt;/PRE&gt;&lt;/DIV&gt;', while maintaining efficient system operation.&lt;BR /&gt;
&lt;BR /&gt;
For systems running firmware 6.61.xx, see &lt;A href="http://bit.ly/IeqAAp" target="_blank" rel="nofollow noreferrer noopener"&gt;14981&lt;/A&gt;.</description>
    <pubDate>Wed, 19 Feb 2014 00:01:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2014-02-19T00:01:00Z</dc:date>
    <item>
      <title>I/G/D/C/B/A-Series Use of the 'set logging default severity x' Command</title>
      <link>https://community.extremenetworks.com/t5/faqs/i-g-d-c-b-a-series-use-of-the-set-logging-default-severity-x/m-p/42548#M115</link>
      <description>Article ID: 14985 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
I-Series&lt;BR /&gt;
G-Series&lt;BR /&gt;
D-Series&lt;BR /&gt;
C5, C3, C2-Series&lt;BR /&gt;
B5, B3, B2-Series&lt;BR /&gt;
A4, A2-Series&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Difference between the universal default severity and the application default severity.&lt;BR /&gt;
Effect of using the '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logging default severity&lt;/PRE&gt;&lt;/DIV&gt; &lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;x&lt;/I&gt;&lt;/PRE&gt;' command, vs the '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logging application all level&lt;/PRE&gt;&lt;/DIV&gt; &lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;x&lt;/I&gt;&lt;/PRE&gt;' command.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
There are unique logging severities (default value "&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;6&lt;/PRE&gt;&lt;/DIV&gt;") relevant to each supported log application; for example, with firmware 6.42.09.0005...G3(su)-&amp;gt;show logging application&lt;BR /&gt;
 &lt;BR /&gt;
        Application   Current Severity Level&lt;BR /&gt;
---------------------------------------------&lt;BR /&gt;
 89      CLIWEB                   6&lt;BR /&gt;
 90      SNMP                     6&lt;BR /&gt;
 91      STP                      6&lt;BR /&gt;
 92      Driver                   6&lt;BR /&gt;
 93      System                   6&lt;BR /&gt;
 94      Stacking                 6&lt;BR /&gt;
 95      RtrOspf                  6&lt;BR /&gt;
 96      RtrMcast                 6&lt;BR /&gt;
 97      RtrVrrp                  6&lt;BR /&gt;
 112     UPN                      6&lt;BR /&gt;
 118     Router                   6&lt;BR /&gt;
 &lt;BR /&gt;
1(emergencies)  2(alerts)       3(critical)&lt;BR /&gt;
4(errors)       5(warnings)     6(notifications)&lt;BR /&gt;
7(information)  8(debugging)&lt;BR /&gt;
 &lt;BR /&gt;
G3(su)-&amp;gt;&lt;BR /&gt;
There is also one universal default logging severity (default value "&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;3&lt;/PRE&gt;&lt;/DIV&gt;"); for example, with firmware 6.42.09.0005...G3(su)-&amp;gt;show logging default&lt;BR /&gt;
                   Facility        Severity              Port&lt;BR /&gt;
Defaults:          local4          critical(3)           514&lt;BR /&gt;
G3(su)-&amp;gt;&lt;BR /&gt;
A logging severity may be configured for each application, while severity-unconfigured applications remain at their default severity ("&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;6&lt;/PRE&gt;&lt;/DIV&gt;").&lt;BR /&gt;
&lt;I&gt;However&lt;/I&gt;, if the universal default logging severity is configured, then this value overrides the application default value ("&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;6&lt;/PRE&gt;&lt;/DIV&gt;").&lt;BR /&gt;
Thus, the universal default logging severity while unconfigured affects nothing, but while configured affects severity-unconfigured applications.&lt;BR /&gt;
&lt;BR /&gt;
Here is a configuration sequence which should make this clearer:&lt;UL&gt; 
&lt;LI&gt;With no logging severity configurations, all applications log at severity 6. 
&lt;/LI&gt;&lt;LI&gt;If the universal logging default is then set to 5 ('&lt;PRE&gt;set logging default severity 5&lt;/PRE&gt;'), then all applications log at severity 5. 
&lt;/LI&gt;&lt;LI&gt;If the STP application logging is then set to 4 ('&lt;PRE&gt;set logging application STP level 4&lt;/PRE&gt;'), then STP logs at severity 4 and all other applications log at severity 5. 
&lt;/LI&gt;&lt;LI&gt;If the universal logging default is then returned to 3 ('&lt;PRE&gt;set logging default severity 3&lt;/PRE&gt;'), then STP logs at severity 4 and all other applications log at severity 6.&lt;/LI&gt;&lt;/UL&gt;
Issued from a defaulted configuration, the '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logging application all level&lt;/PRE&gt;&lt;/DIV&gt; &lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;x&lt;/I&gt;&lt;/PRE&gt;' command in theory has the same effect as '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logging default severity&lt;/PRE&gt;&lt;/DIV&gt; &lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;x&lt;/I&gt;&lt;/PRE&gt;'. However, in the case of any undocumented events which log outside of the defined applications, the "catch-all" default severity level would be the only way to regulate such events.&lt;BR /&gt;
&lt;BR /&gt;
In summary:&lt;UL&gt; 
&lt;LI&gt;If you wish all applications to have the same non-default value, then set both the application severity and universal default severity (avoid the value "&lt;PRE&gt;3&lt;/PRE&gt;"). 
&lt;/LI&gt;&lt;LI&gt;If you otherwise are targeting one or more specific applications, then set the severity for those applications.&lt;/LI&gt;&lt;/UL&gt;
It is highly recommended that you do &lt;I&gt;not&lt;/I&gt; use &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;7(information)&lt;/PRE&gt;&lt;/DIV&gt; or &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;8(debugging)&lt;/PRE&gt;&lt;/DIV&gt; logging for these products on a long-term basis. Not only does this result in much unimportant messaging that can obscure useful messaging, but over time it decreases system performance. So, use elevated logging levels if you must, while testing - then return them to default values.&lt;BR /&gt;
&lt;BR /&gt;
It is highly recommended that you &lt;I&gt;do&lt;/I&gt; permanently issue the '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logging local console enable file enable&lt;/PRE&gt;&lt;/DIV&gt;' command. This provides reasonable syslog data in the output of a '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show support&lt;/PRE&gt;&lt;/DIV&gt;', while maintaining efficient system operation.&lt;BR /&gt;
&lt;BR /&gt;
For systems running firmware 6.61.xx, see &lt;A href="http://bit.ly/IeqAAp" target="_blank" rel="nofollow noreferrer noopener"&gt;14981&lt;/A&gt;.</description>
      <pubDate>Wed, 19 Feb 2014 00:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/i-g-d-c-b-a-series-use-of-the-set-logging-default-severity-x/m-p/42548#M115</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2014-02-19T00:01:00Z</dc:date>
    </item>
  </channel>
</rss>

