Changes between Version 12 and Version 13 of web_server_logs
- Timestamp:
- Aug 17, 2017, 11:16:52 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
web_server_logs
v12 v13 45 45 == Turn Off web logging == 46 46 47 Alternatively, you may want to [wiki:faq/server/turn-off-web-logging turn off all logging]. 47 You can turn off web logging on your site via the [https://members.mayfirst.org/cp Members Control panel] by clicking on the Web Configuration tab of your site and edit the Logging lines: 48 49 {{{ 50 CustomLog /dev/null combined 51 ErrorLog /dev/null 52 }}} 53 54 Please note - just removing the Log lines will not disable logging, it will simply cause your logging to happen in the server-wide logs. You must configure your site to explicitly log to /dev/null. 55 56