Function TRITONSERVER_ServerOptionsSetLogWarn

Function Documentation

TRITONSERVER_Error *TRITONSERVER_ServerOptionsSetLogWarn(TRITONSERVER_ServerOptions *options, bool log)

Enable or disable warning level logging.

Return

a TRITONSERVER_Error indicating success or failure.

Parameters
  • options: The server options object.

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