Changes between Version 14 and Version 15 of web_server_logs
- Timestamp:
- Aug 17, 2017, 11:40:43 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
web_server_logs
v14 v15 15 15 == Turn On web logging == 16 16 17 If you don't see any files called `error.log`, you will need to add the following line to your Web Config in the [https://members.mayfirst.org/cp Members Control Panel]. Replace `MEMBER-NAME` with your member name and `DOMAIN-NAME` with your domain name: 17 Web logging can be enabled in the Web Config section of the [https://members.mayfirst.org/cp Members Control Panel]. Ensure the following lines are present in your settings (Replace `MEMBER-NAME` with your member name and `DOMAIN-NAME` with your domain name): 18 19 To track errors: 18 20 19 21 {{{ … … 21 23 }}} 22 24 23 If you don't see any files called `web.log`, you will need to add the following line:25 To track everyone who accesses our site: 24 26 25 27 {{{ … … 27 29 }}} 28 30 29 30 31 == Turn Off web logging == 31 32 32 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 :33 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 to read like the following: 33 34 34 35 {{{