Skip to content

[BUG]: It looks like codebook is reporting INFO logs as ERROR logs in Helix #157

@ghuh

Description

@ghuh

Issue Description

I'm getting a bunch of these messages in my Helix logs. Codebook seems to be working fine, so I'm not sure there is a functional issue. It just makes it hard to track down other errors when I see these all over the place.

2025-11-12T22:41:42.626 helix_lsp::transport [ERROR] codebook err <- "[codebook_lsp] INFO: Starting Codebook Language Server v0.3.17-release...\n"
2025-11-12T22:41:42.626 helix_lsp::transport [ERROR] codebook err <- "[codebook_config] INFO: No project config found, using default\n"
2025-11-12T22:41:42.626 helix_lsp::transport [ERROR] codebook err <- "[codebook_downloader] INFO: Cache folder at: \"/var/folders/f_/v1bqrc3s5m5513kry78x82j80000gn/T/codebook\"\n"

My helix_languages.toml is normal

[language-server.codebook]
command = "codebook-lsp"
args = ["serve"]

and I just add codebook to all my language-servers

helix 25.07.1 (a05c151b)

Operating System

macOS

Editor

Helix

Codebook Version

0.3.17

Configuration

Steps to Reproduce

:log-open

Expected Behavior

I'd expect those as INFO logs, not ERROR

Actual Behavior

ERROR logs in Helix

Code Sample


Log Output

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions