MCFileManager:Configuration/general.error log
From Moxiecode Documentation Wiki
[edit]
Option: general.error_log
This option enables you to turn on/off error logging set this option to a file name if you want error messages to be logged into the log directory.
[edit]
Example of usage in the config.php file
$mcFileManagerConfig['general.error_log'] = "error.log";
[edit]
Example of usage in the Web.Config file
<add key="general.error_log" value="error.log" />
