Skip to content

--log-level=debug doesn't work anymore #756

@tripodsan

Description

@tripodsan

Description
--log-level=debug doesn't have any effect. the log level remains info.

To Reproduce

$ hlx up --log-level=debug
Debugger listening on ws://127.0.0.1:9229/1d0b213f-6c3a-4876-bac9-7c5a8098497a
For help see https://nodejs.org/en/docs/inspector
[hlx] info:     __ __    ___
[hlx] info:    / // /__ / (_)_ __
[hlx] info:   / _  / -_) / /\ \ /
[hlx] info:  /_//_/\__/_/_//_\_\ v0.14.4
[hlx] info:
Building project files...

Expected behavior

$ hlx up --log-level=debug
Debugger listening on ws://127.0.0.1:9229/56160a10-13ab-489a-8f3e-b0d4d53477df
For help see https://nodejs.org/en/docs/inspector
[hlx] info:     __ __    ___
[hlx] info:    / // /__ / (_)_ __
[hlx] info:   / _  / -_) / /\ \ /
[hlx] info:  /_//_/\__/_/_//_\_\ v0.14.4
[hlx] info:
[hlx] debug: Initialized helix-config with:
[hlx] debug:      srcPath: /Users/tripod/codez/helix/sandbox/hlxtest/src
[hlx] debug:     buildDir: /Users/tripod/codez/helix/sandbox/hlxtest/.hlx/build
Building project files...

Version:
v0.14.4

Additional Context:
adding HLX_LOG_LEVEL=debug to the .env works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingreleased

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions