Skip to content

Commit

Permalink
raise warning in transformers to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ponyisi committed Nov 12, 2024
1 parent 6c70eba commit 9f0afb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformer_sidecar/src/transformer_sidecar/transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def init(args: Union[Namespace, SimpleNamespace], app: Celery) -> None:
"--without-mingle",
"--without-gossip",
"--without-heartbeat",
"--loglevel=info",
"--loglevel=warning",
"-Q", f"transformer-{args.request_id}",
"-n",
f"transformer-{args.request_id}@%h",
Expand Down

0 comments on commit 9f0afb4

Please sign in to comment.