You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description:Level parameter defines levels of notifications that will be recorded in the log file. The levels values should be separated by commas.
Parameter type:Array
Default value:error, critical, info
Possible values:
  • 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.
<Levels>error,critical,info</Levels>

  • No labels