To change the log level, complete the following
steps.
- From the %Composerdir% directory, open the required configuration file with a text editor that supports UTF-8.
- Search for the <switches> element.
-
Within the <switches> element,
set the value attribute of the switch you want
to change to the required log level.
Log Level Description Off
Logging is deactivated.
Error
This level only logs errors.
Warning
This level logs warnings and errors.
Warnings are not errors but they indicate near-error states such as missing data. Missing data is not necessarily an error, but may need to be monitored.
Information
This level logs information messages in addition to warnings and errors.
Verbose
This level writes detailed information on all process activities to the log file.
Note: The value is case-sensitive.Example
add name="studio_switch" value="Verbose" />
- Save and close the file.
- Restart the respective service.