linuxserver / docker-code-server

GNU General Public License v3.0
1.63k stars 327 forks source link

Capability to enable debug log #133

Closed JeanRessouche closed 1 year ago

JeanRessouche commented 1 year ago

linuxserver.io


Desired Behavior

Increasing the log verbosity with an environment variable (usefull with docker) or a config.yaml setting. Today i have an error 400 on each call that i can't debug as the log returns absolutely nothing.

Current Behavior

Poor log, not params to have more

Alternatives Considered

github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

Roxedus commented 1 year ago

Code-server reads the LOG_LEVEL environment variable.