File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -273,32 +273,6 @@ def view():
273273 upload_and_open_link (_span = span )
274274
275275
276- DEPRECATION_NOTE = (
277- "[bold yellow]DEPRECATION[/bold yellow]: "
278- "`deepeval enable-grpc-logging` is deprecated and will be removed in a future release.\n "
279- "Use: [bold]deepeval set-debug --grpc [--save dotenv:.env.local][/bold]"
280- )
281-
282-
283- @app .command (name = "enable-grpc-logging" )
284- def enable_grpc_logging (save : Optional [str ] = None ):
285- """
286- Enable verbose gRPC logging for the current process.
287- Pass --save=dotenv[:path] to persist it (optional).
288- """
289- settings = get_settings ()
290- with settings .edit (save = save ) as edit_ctx :
291- settings .DEEPEVAL_GRPC_LOGGING = True
292-
293- handled , path , _ = edit_ctx .result
294-
295- if not handled and save is not None :
296- # invalid --save format (unsupported)
297- print ("Unsupported --save option. Use --save=dotenv[:path]." )
298- else :
299- print ("gRPC logging enabled." )
300-
301-
302276@app .command (name = "set-debug" )
303277def set_debug (
304278 # Core verbosity
You can’t perform that action at this time.
0 commit comments