Files
Auto-GPT/docs/content/AutoGPT/share-your-logs.md
Nicholas Tindle 5e89b8c6d1 Add all the new component docs to the site and do a tidy up of docs (#7098)
* feat: add all the new component docs to the site

* fix(docs): relative links and markdown warnings

* feat(docs): How to contribute to the docs as a docs section

* fix(docs): missed docs page for developer setup

* fix(docs): re-add configurations options

* fix(docs): bad link to components fixed

* fix(docs): bad link to components fixed

* ref(docs): reorder some items to make more sense

* fix(docs): bad indentation and duplicate block

* fix(docs): warning about out of date markdown extension

* fix(docs): broken links fixed

* fix(docs): markdown formatter complaints
2024-04-23 08:49:07 -05:00

1.6 KiB

Share your logs with us to help improve AutoGPT

Do you notice weird behavior with your agent? Do you have an interesting use case? Do you have a bug you want to report? Follow the steps below to enable your logs and upload them. You can include these logs when making an issue report or discussing an issue with us.

Enable Debug Logs

Activity, Error, and Debug logs are located in ./logs

To print out debug logs:

./autogpt.sh --debug     # on Linux / macOS

.\autogpt.bat --debug    # on Windows

docker-compose run --rm auto-gpt --debug    # in Docker

Inspect and share logs

You can inspect and share logs via e2b. E2b logs dashboard

  1. Go to autogpt.e2b.dev and sign in.
  2. You'll see logs from other members of the AutoGPT team that you can inspect.
  3. Or you upload your own logs. Click on the "Upload log folder" button and select the debug logs dir that you generated. Wait a 1-2 seconds and the page reloads.
  4. You can share logs via sharing the URL in your browser. E2b log URL

Add tags to logs

You can add custom tags to logs for other members of your team. This is useful if you want to indicate that the agent is for example having issues with challenges.

E2b offers 3 types of severity:

  • Success
  • Warning
  • Error

You can name your tag any way you want.

How to add a tag

  1. Click on the "plus" button on the left from the logs folder name.

    E2b tag button

  2. Type the name of a new tag.

  3. Select the severity.

    E2b new tag