-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
Description
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.
Reactions are currently unavailable