Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Reduce log verbosity #165

Merged
merged 1 commit into from
Oct 20, 2024
Merged

refactor: Reduce log verbosity #165

merged 1 commit into from
Oct 20, 2024

Conversation

JackPlowman
Copy link
Owner

@JackPlowman JackPlowman commented Oct 20, 2024

Pull Request

Description

This change adjusts the logging level for repository information and improves code formatting:

  • Changed the logging level for the "List of repositories" message from info to debug to reduce unnecessary output in production environments.

fixes #162

@github-actions github-actions bot added the python Pull requests that update Python code label Oct 20, 2024
@JackPlowman JackPlowman changed the title Update Log Level refactor: Reduce log verbosity and improve code formatting Oct 20, 2024
@github-actions github-actions bot added the analyser Pull requests that update analyser code label Oct 20, 2024
Copy link
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @JackPlowman and the rest of your teammates on Graphite Graphite

@JackPlowman JackPlowman changed the title refactor: Reduce log verbosity and improve code formatting refactor: Reduce log verbosity Oct 20, 2024
@JackPlowman JackPlowman force-pushed the 10-20-update_log_level branch from 9f81619 to c54e06e Compare October 20, 2024 16:53
@JackPlowman JackPlowman marked this pull request as ready for review October 20, 2024 16:57
@JackPlowman JackPlowman force-pushed the 10-20-update_log_level branch from c54e06e to a99d620 Compare October 20, 2024 17:00
Copy link
Owner Author

JackPlowman commented Oct 20, 2024

Merge activity

  • Oct 20, 1:00 PM EDT: Graphite rebased this pull request as part of a merge.
  • Oct 20, 1:06 PM EDT: A user merged this pull request with Graphite.

Copy link

sonarcloud bot commented Oct 20, 2024

@JackPlowman JackPlowman merged commit 1c78547 into main Oct 20, 2024
30 checks passed
@JackPlowman JackPlowman deleted the 10-20-update_log_level branch October 20, 2024 17:06
JackPlowman added a commit that referenced this pull request Oct 20, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.2.0](v1.1.0...v1.2.0)
(2024-10-20)


### 🚀 Features

* Add Debug Mode
([#160](#160))
([2249da5](2249da5)),
closes
[#159](#159)


### 📝 Documentation

* Update README with pre-built image and license info
([#136](#136))
([9ddc6f9](9ddc6f9)),
closes
[#137](#137)


### 🧰 Maintenance

* Add Configuration class and refactor repository retrieval
([#156](#156))
([15425e6](15425e6)),
closes
[#154](#154)
* Add setup-dependencies directory to Dependabot config
([#133](#133))
([44ec79d](44ec79d)),
closes
[#134](#134)
* Add test action and output validation
([#147](#147))
([040eaa8](040eaa8)),
closes
[#148](#148)
* Add version check workflow and version file
([#145](#145))
([19dd4aa](19dd4aa)),
closes
[#146](#146)
* Bump Python Version to Python 3.13
([#140](#140))
([3135efc](3135efc)),
closes
[#139](#139)
* Fix Docker image reference in action.yml
([#149](#149))
([bbfd6f1](bbfd6f1)),
closes
[#150](#150)
* Force color output in logs
([#164](#164))
([2d0d5da](2d0d5da)),
closes
[#163](#163)
* Optimise pre-commit hook for Python files
([#142](#142))
([8e48442](8e48442)),
closes
[#141](#141)
* Reduce log verbosity
([#165](#165))
([1c78547](1c78547)),
closes
[#162](#162)
* Reduce Verbose Logging
([#158](#158))
([94fea82](94fea82)),
closes
[#157](#157)
* Refactor GitHub Action structure and usage
([#143](#143))
([fc7d2d6](fc7d2d6)),
closes
[#144](#144)
* Simplify Docker build job name and description
([#166](#166))
([d94299f](d94299f)),
closes
[#167](#167)
* Update workflow trigger conditions
([#168](#168))
([f96a17a](f96a17a)),
closes
[#169](#169)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyser Pull requests that update analyser code python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce debug logs when verbose mode inactive
1 participant