HomeGuidesRecipesAPI EndpointsRelease NotesCommunity
Log In

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.

  1. SSH into your environment.
  2. Run sudo -i
  3. Run vim /data/layar/layar.config
  4. Press i to start editing.
  5. At the very bottom of the file add LOG_ALL_REQUESTS=true
  6. Press ESC to exit input mode.
  7. Run :wq to commit the changes.