Archon icon indicating copy to clipboard operation
Archon copied to clipboard

🐛 [Bug]: Log level ERROR bricks document batch progress

Open StiensWout opened this issue 4 months ago • 4 comments

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

Image

Steps to Reproduce

  1. set log level to error
  2. rebuild image
  3. crawl webpage
  4. 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)

StiensWout avatar Aug 17 '25 14:08 StiensWout

Thanks for reporting this @StiensWout! Do you mean setting the log level to error in the .env?

coleam00 avatar Aug 18 '25 14:08 coleam00

@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

StiensWout avatar Aug 18 '25 14:08 StiensWout

this should be fixed in https://github.com/coleam00/Archon/pull/514 Should test manually

Wirasm avatar Sep 04 '25 10:09 Wirasm

@StiensWout can you verify if this is fixed please?

leex279 avatar Nov 05 '25 22:11 leex279