releaselock status in web_api_details.csv

Hi Guys,

Anyone knows how to interpret web_api_details.csv logs? A row there that says "releaselock". Why does this API call gets releaselock status.

Also, can this be updated instead of hourly to may be 5 minutes?

 

Regards,

Rian

  Discussion posts and replies are publicly visible

Parents
  • Looking at the releaselock definition here, I don't believe it's an issue unless you're seeing the corresponding TypeError signifying a read request is still pending.

    As for changing the logging times, I'm not sure this is possible, however you should be able to reference the application server logs for any errors that are generated during your testing, and you could turn on DEBUG logging for more information details.

Reply
  • Looking at the releaselock definition here, I don't believe it's an issue unless you're seeing the corresponding TypeError signifying a read request is still pending.

    As for changing the logging times, I'm not sure this is possible, however you should be able to reference the application server logs for any errors that are generated during your testing, and you could turn on DEBUG logging for more information details.

Children