ERROR
: Only show error messagesWARN
: Show warnings and errorsINFO
: Show general information, warnings, and errorsDEBUG
: Show all messages, including detailed debug information--rp_log_level
flag enables the Runpod debugger, which can help you troubleshoot issues in your code.
Example:
--rp_serve_api
: Starts the API server--rp_api_port
: Sets the port number (default is 8000)--rp_api_concurrency
: Sets the number of concurrent workers (default is 1)--rp_api_host
: Sets the hostname (default is “localhost”)