Skip to content

[enriched/ceres_base] Change logging level to make it less verbose#1235

Open
canasdiaz wants to merge 1 commit intochaoss:mainfrom
canasdiaz:logging-level-ceres
Open

[enriched/ceres_base] Change logging level to make it less verbose#1235
canasdiaz wants to merge 1 commit intochaoss:mainfrom
canasdiaz:logging-level-ceres

Conversation

@canasdiaz
Copy link
Copy Markdown
Contributor

The verbosity of the areas of code index is too high. For a standard execution without the debug flag, we are getting too much information.

With the changes in this PR, using the standard logging option, we would not see the lines starting with double asterisk.

2026-04-11 11:34:42,131 - Languages - grimoire_elk.enriched.git - INFO - [git] study areas_of_code Processing repo: https://git.yoctoproject.org/meta-openssl102-fips/
** 2026-04-11 11:34:42,136 - Languages - grimoire_elk.enriched.ceres_base - INFO - [git] study areas_of_code reading items since the beginning of times
** 2026-04-11 11:34:42,143 - Languages - grimoire_elk.enriched.ceres_base - INFO - [git] study areas_of_code SUMMARY: Items total read/total processed/total written: 0/0/0
2026-04-11 11:34:42,180 - Languages - grimoire_elk.enriched.git - INFO - [git] study areas_of_code Processing repo: https://git.yoctoproject.org/meta-qt3/
** 2026-04-11 11:34:42,185 - Languages - grimoire_elk.enriched.ceres_base - INFO - [git] study areas_of_code reading items since the beginning of times
** 2026-04-11 11:34:42,192 - Languages - grimoire_elk.enriched.ceres_base - INFO - [git] study areas_of_code SUMMARY: Items total read/total processed/total written: 0/0/0

Change the logging level from info to debug for most of the messages
of the library, because they are clearly too detailed for an operator
under a normal execution.

Signed-off-by: Luis Cañas-Díaz <lcanas@bitergia.com>
@canasdiaz canasdiaz force-pushed the logging-level-ceres branch from 3cb9ea7 to f308823 Compare April 11, 2026 17:24
@@ -0,0 +1,3 @@
The verbosity of the areas of code index is too high. For a standard execution without
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow the format of the changelog files. You can also you the tool to generate it.

https://github.com/Bitergia/release-tools?tab=readme-ov-file#whats-the-format-of-the-changelog-entries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants