Turn On Request Logging
You can turn on request logging by following the steps below. You will need to SSH into the machine Layar is installed on to turn on the logging.
Caution
When editing the file, make sure only to add what is needed. Deleting or adding irrelevant fields can disrupt Layars ability to operate.
- SSH into your environment.
- Run sudo -i
- Run vim /data/layar/layar.config
- Press i to start editing.
- At the very bottom of the file add
LOG_ALL_REQUESTS=true
- Press ESC to exit input mode.
- Run
:wq
to commit the changes.
Updated 7 months ago