Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to enable Debug logging in Docker/K8s #1392

Open
2 tasks done
lenaxia opened this issue May 17, 2024 · 0 comments
Open
2 tasks done

No way to enable Debug logging in Docker/K8s #1392

lenaxia opened this issue May 17, 2024 · 0 comments

Comments

@lenaxia
Copy link
Contributor

lenaxia commented May 17, 2024

Describe the bug
There is currently no way to enable debug logging for those of us in server mode on Docker or Kubernetes. I have tried setting the following environment variables :

  • DEBUG=true
  • LOG_LEVEL=debug
  • MEMGPT_ENVIRONMENT=DEVELOPMENT

Please describe your setup

MemGPT Config

[defaults]
preset = memgpt_chat
persona = sam_pov
human = basic

[model]
model = neuralhermes-2.5-7b
model_endpoint = http://localai.home.svc.cluster.local:8080/v1
model_endpoint_type = openai
model_wrapper = chatml
context_window = 8192

[embedding]
embedding_endpoint_type = openai
embedding_endpoint = http://localai.home.svc.cluster.local:8080/v1
embedding_model = bert-embeddings
embedding_dim = 1536
embedding_chunk_size = 300

[archival_storage]
type = postgres
path = /root/.memgpt/chroma
uri = postgresql+pg8000://memgpt:memgpt@localhost:5432/memgpt

[recall_storage]
type = postgres
path = /root/.memgpt
uri = postgresql+pg8000://memgpt:memgpt@localhost:5432/memgpt

[metadata_storage]
type = postgres
path = /root/.memgpt
uri = postgresql+pg8000://memgpt:memgpt@localhost:5432/memgpt


[client]
anon_clientid = 00000000-0000-0000-0000-000000000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To triage
Development

No branches or pull requests

1 participant