Adding a metric on SonarCloud to analyze the quality of logs in Python code

Can I add a metric on SonarCloud to analyze the quality of logs? Also, is there a way to analyze the quality of logs in Python code?

Hi,

Welcome to the community!

It sounds like you’re looking for custom metrics, which just aren’t available in SonarCloud.

If I’m wrong, and you’re looking for custom rules, you’ll need to implement them separately, generate a Generic Issues report and pass that into analysis.

 
HTH,
Ann