🐛 [Bug]: Log level ERROR bricks document batch progress
Archon Version
beta
Bug Severity
🟡 Medium - Affects functionality
Bug Description
Setting log level to error blocks batch progress of document storage at 300 database records when setting log level to info again this works without problems
Steps to Reproduce
- set log level to error
- rebuild image
- crawl webpage
- watch it stop at 300 records in document storage (batch 12-13)
Expected Behavior
should continue
Actual Behavior
blocks at 300 recods
Error Details (if any)
Affected Component
🔍 Knowledge Base / RAG
Browser & OS
Brave windows 11
Additional Context
No response
Service Status (check all that are working)
- [x] 🖥️ Frontend UI (http://localhost:3737)
- [x] ⚙️ Main Server (http://localhost:8181)
- [x] 🔗 MCP Service (localhost:8051)
- [x] 🤖 Agents Service (http://localhost:8052)
- [x] 💾 Supabase Database (connected)
Thanks for reporting this @StiensWout! Do you mean setting the log level to error in the .env?
@coleam00 yes that is indeed what i mean :) if i set it to error it does not work anymore. if it is on info it works fine
this should be fixed in https://github.com/coleam00/Archon/pull/514 Should test manually
@StiensWout can you verify if this is fixed please?