Function TRITONSERVER_ServerOptionsSetLogInfo

Function Documentation

TRITONSERVER_Error *TRITONSERVER_ServerOptionsSetLogInfo(TRITONSERVER_ServerOptions *options, bool log)

Enable or disable info level logging.

Return

a TRITONSERVER_Error indicating success or failure.

Parameters
  • options: The server options object.

  • log: True to enable info logging, false to disable.