<?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 Different Log levels in Dynatrace tips</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-tips/Different-Log-levels/m-p/262366#M1799</link>
    <description>&lt;P&gt;Log levels are no easy thing. Dynatrace even has a page where it documents how different types of log severity keys are transformed into the loglevel attribute: &lt;A href="https://docs.dynatrace.com/docs/observe-and-explore/log-monitoring/acquire-log-data/lm-log-data-transformation" target="_blank"&gt;https://docs.dynatrace.com/docs/observe-and-explore/log-monitoring/acquire-log-data/lm-log-data-transformation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Dynatrace uses the following values for loglevel:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;EMERGENCY
ERROR
ALERT
CRITICAL
SEVERE
WARN
NOTICE
INFO
DEBUG&lt;/LI-CODE&gt;&lt;P&gt;Now, these are different from RFC 3164, which was superseded by RFC 5424, and are known as the BSD syslog Protocol:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;0       Emergency: system is unusable
1       Alert: action must be taken immediately
2       Critical: critical conditions
3       Error: error conditions
4       Warning: warning conditions
5       Notice: normal but significant condition
6       Informational: informational messages
7       Debug: debug-level messages&lt;/LI-CODE&gt;&lt;P&gt;Java has yet other levels (in &lt;A href="https://docs.oracle.com/javase/8/docs/api/java/util/logging/Level.html" target="_blank"&gt;https://docs.oracle.com/javase/8/docs/api/java/util/logging/Level.html&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SEVERE (highest value)
WARNING
INFO
CONFIG
FINE
FINER
FINEST (lowest value) &lt;/LI-CODE&gt;&lt;P&gt;And of course Windows would be different (in &lt;A href="https://learn.microsoft.com/en-us/answers/questions/788082/where-are-event-log-levels-defined-and-how-can-i-c" target="_blank"&gt;https://learn.microsoft.com/en-us/answers/questions/788082/where-are-event-log-levels-defined-and-how-can-i-c&lt;/A&gt; )&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;0 Log Always
1 Only critical errors
2 All errors, includes win:Critical
3 All warnings, includes win:Error
4 All informational content, including win:Warning
5 All tracing, including previous levels&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also converted from Cisco definitions, as described here: &lt;A href="https://community.dynatrace.com/t5/Dynatrace-tips/Using-CASE-in-DPL/td-p/262365" target="_blank"&gt;https://community.dynatrace.com/t5/Dynatrace-tips/Using-CASE-in-DPL/td-p/262365&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I believe there are many more. If you know of any page/documentation, or other log levels, please comment them below.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Nov 2024 01:55:26 GMT</pubDate>
    <dc:creator>AntonioSousa</dc:creator>
    <dc:date>2024-11-14T01:55:26Z</dc:date>
    <item>
      <title>Different Log levels</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/Different-Log-levels/m-p/262366#M1799</link>
      <description>&lt;P&gt;Log levels are no easy thing. Dynatrace even has a page where it documents how different types of log severity keys are transformed into the loglevel attribute: &lt;A href="https://docs.dynatrace.com/docs/observe-and-explore/log-monitoring/acquire-log-data/lm-log-data-transformation" target="_blank"&gt;https://docs.dynatrace.com/docs/observe-and-explore/log-monitoring/acquire-log-data/lm-log-data-transformation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Dynatrace uses the following values for loglevel:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;EMERGENCY
ERROR
ALERT
CRITICAL
SEVERE
WARN
NOTICE
INFO
DEBUG&lt;/LI-CODE&gt;&lt;P&gt;Now, these are different from RFC 3164, which was superseded by RFC 5424, and are known as the BSD syslog Protocol:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;0       Emergency: system is unusable
1       Alert: action must be taken immediately
2       Critical: critical conditions
3       Error: error conditions
4       Warning: warning conditions
5       Notice: normal but significant condition
6       Informational: informational messages
7       Debug: debug-level messages&lt;/LI-CODE&gt;&lt;P&gt;Java has yet other levels (in &lt;A href="https://docs.oracle.com/javase/8/docs/api/java/util/logging/Level.html" target="_blank"&gt;https://docs.oracle.com/javase/8/docs/api/java/util/logging/Level.html&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SEVERE (highest value)
WARNING
INFO
CONFIG
FINE
FINER
FINEST (lowest value) &lt;/LI-CODE&gt;&lt;P&gt;And of course Windows would be different (in &lt;A href="https://learn.microsoft.com/en-us/answers/questions/788082/where-are-event-log-levels-defined-and-how-can-i-c" target="_blank"&gt;https://learn.microsoft.com/en-us/answers/questions/788082/where-are-event-log-levels-defined-and-how-can-i-c&lt;/A&gt; )&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;0 Log Always
1 Only critical errors
2 All errors, includes win:Critical
3 All warnings, includes win:Error
4 All informational content, including win:Warning
5 All tracing, including previous levels&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also converted from Cisco definitions, as described here: &lt;A href="https://community.dynatrace.com/t5/Dynatrace-tips/Using-CASE-in-DPL/td-p/262365" target="_blank"&gt;https://community.dynatrace.com/t5/Dynatrace-tips/Using-CASE-in-DPL/td-p/262365&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I believe there are many more. If you know of any page/documentation, or other log levels, please comment them below.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 01:55:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/Different-Log-levels/m-p/262366#M1799</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-11-14T01:55:26Z</dc:date>
    </item>
  </channel>
</rss>

