livekit-cli icon indicating copy to clipboard operation
livekit-cli copied to clipboard

LK CLI is too verbose, add ability to set log-level

Open chenosaurus opened this issue 5 months ago • 2 comments

by default, the cli is outputting logs at the INFO level, this can be very verbose, especially when there are data packets being published in a room. Add a log-level option to the CLI to allow user to explicitly set the log-level they need.

chenosaurus avatar Sep 04 '25 22:09 chenosaurus

@chenosaurus are you referring to the output when running lk perf load-test and similar, or did you intend to post this issue on the agents repo?

To be fair, the LK CLI should have more options when it comes to verbosity, but the log level doesn't really apply here.

rektdeckard avatar Sep 11 '25 22:09 rektdeckard

@rektdeckard when running a lk server and there are clients publishing messages over data channel, every message sent is printed to the terminal. For an application that's sending a lot of data it floods the terminal with INFO messages.

chenosaurus avatar Nov 03 '25 22:11 chenosaurus