I want to learn more about ecode --log-level #805
-
|
What are its possible values? I recall that you once told me to set this when debugging an issue with the LSP, but I've already forgotten where our previous discussions were, and I'm too lazy to look them up. Update 1: Nope. I have never known about --log-level. The LSP thread is here: #738. The OP is not me (I can't remember who, the account is a ghost now). And on the thread it was Update 2: I just checked |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Have some rest man! ecode uses a log level of "info" by default, so the only relevant log level apart from that is "debug" just to print as much as information as possible. That's basically it.
|
Beta Was this translation helpful? Give feedback.
Have some rest man!
ecode uses a log level of "info" by default, so the only relevant log level apart from that is "debug" just to print as much as information as possible. That's basically it.
-lis the shorthand of--log-level.--verboseis to force to print to stdout, otherwise it will log only to the log file (and the internal console, the F12 one).