HomeGuidesRecipesAPI EndpointsRelease NotesCommunity
Log In
Guides

Turn On LLM Debug Logs

You can turn on LLM debug logs 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 LLM_LOG_LEVEL: "DEBUG"
  6. Press ESC to exit input mode.
  7. Run :wq to commit the changes.