Function TRITONSERVER_ServerOptionsSetLogVerbose

Function Documentation

TRITONSERVER_Error *TRITONSERVER_ServerOptionsSetLogVerbose(TRITONSERVER_ServerOptions *options, int level)

Set verbose logging level.

Level zero disables verbose logging.

Return

a TRITONSERVER_Error indicating success or failure.

Parameters
  • options: The server options object.

  • level: The verbose logging level.