quantaq.endpoints.logs.Logs.update

Logs.update(**kwargs) dict

Update a log record.

Parameters
  • id (int) – The log id

  • level (str) – One of [‘INFO’, ‘WARNING’, ‘CRITICAL’]

  • message (str) – The log message

Returns

Log information

Return type

dict