About LibreBooking
Support
Credits
see CONTRIBUTORS.md
License
LibreBooking free and open source, licenced under the GNU GENERAL PUBLIC LICENSE. Please see the included License file for more details.
/** * Error logging */ $conf['settings']['logging']['folder'] = 'uploads'; //Absolute path to folder were the log will be written, writing permissions to the folder are required $conf['settings']['logging']['level'] = 'debug'; //Set to none disable logs, error to only log errors or debug to log all messages to the app.log file $conf['settings']['logging']['sql'] = 'false'; //Set to true no enable the creation of and sql.log file
see CONTRIBUTORS.md
LibreBooking free and open source, licenced under the GNU GENERAL PUBLIC LICENSE. Please see the included License file for more details.