Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor formatting fix.


Excerpt


Description:Level parameter defines levels of PrioritizationLevel parameter sets a log level for notifications that will be recorded in the log file. The levels values should be separated by commas. 
Parameter type:ArrayString
Default value:error, critical, infoinformation
Possible values:
  • none – no logs' information will be recorded to the log file;
  • fatal
  • critical – very severe error events that will presumably lead the application to abort;
  • error – error events that might still allow the application to continue running;
  • warning
  • notice
  • information
  • trace – more detailed code debugging information;
  • debug – fine-grained informational events that are most useful to debug an application;
  • info
    • – important information that should be logged under normal conditions such as successful initialization, services starting and stopping etc.;
  • error – error events that might still allow the application to continue running;
  • critical – very severe error events that will presumably lead the application to abort
    • debug – fine-grained informational events that are most useful to debug an application;
    • trace – more detailed code debugging information.
    Note

    The log levels are ordered by their priority from the highest to the lowest accordingly. For example, if the default value for PrioritizationLevel is set to “information” then not only information notifications will be recorded in the log file but also notifications from its all the preceding log levels such as notice, warning, error, critical and fatal.



    Code Block
    languagexml
    themeEmacs
    <Levels>error,critical,info</Levels><PrioritizationLevel>information</PrioritizationLevel>