From 79408be78bd45bd36f7b635d16bd765ba629e330 Mon Sep 17 00:00:00 2001 From: Carson Date: Tue, 10 Dec 2024 13:50:30 -0600 Subject: [PATCH] Update readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6aef45f..f2de540 100644 --- a/README.md +++ b/README.md @@ -250,13 +250,12 @@ If the problem isn't self-evident, you can also reach into the `.last_turn()`, w - - -Also, since `chatlas` builds on top of packages like `anthropic` and `openai`, you can also enable their debug logging to get even more detailed information about what's going on under the hood: +For monitoring issues in a production (or otherwise non-interactive) environment, you may want to enabling logging. Also, since `chatlas` builds on top of packages like `anthropic` and `openai`, you can also enable their debug logging to get lower-level information, like HTTP requests and response codes. ```shell -$ export ANTHROPIC_LOG=info +$ export CHATLAS_LOG=info $ export OPENAI_LOG=info +$ export ANTHROPIC_LOG=info ``` ### Next steps