Skip to content

Commit

Permalink
Removed click verbosity logger
Browse files Browse the repository at this point in the history
  • Loading branch information
devmaxde committed Jan 21, 2025
1 parent 188138b commit 12a6875
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metricq_sink_websocket/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def create_app(token: str, url: str, port: int) -> web.Application:
@click.option("--host", default="0.0.0.0")
@click.option("--port", type=int, default=3000)
@click.version_option(client_version)
@click_log.simple_verbosity_option(logger) # type: ignore
def runserver_cmd(server: str, token: str, host: str, port: int) -> None:
try:
import uvloop # type: ignore
Expand Down

0 comments on commit 12a6875

Please sign in to comment.