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

Evaluate logging reduction / improvements #363

Open
mcm1957 opened this issue Jan 20, 2025 · 1 comment
Open

Evaluate logging reduction / improvements #363

mcm1957 opened this issue Jan 20, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@mcm1957
Copy link
Collaborator

mcm1957 commented Jan 20, 2025

Some user prefer to see less logging.
See i.e. PRs from oweitmann.

Check how to make it possible to reduce logging (i.e. when running interactivly) while keeping sufficient logging when running as workflow to aid in analyzing problems.

@mcm1957 mcm1957 added the enhancement New feature or request label Jan 20, 2025
@mcm1957 mcm1957 changed the title Evakuate loggin reducteion / improvements Evaluate logging reduction / improvements Jan 20, 2025
@oweitman
Copy link
Contributor

oweitman commented Jan 20, 2025

to test this you can execute

npx github:oweitman/ioBroker.repochecker https://github.com/oweitman/ioBroker.tvprogram
npx github:oweitman/ioBroker.repochecker https://github.com/oweitman/ioBroker.tvprogram --debug
npx github:oweitman/ioBroker.repochecker https://github.com/oweitman/ioBroker.tvprogram --local
npx github:oweitman/ioBroker.repochecker https://github.com/oweitman/ioBroker.tvprogram --debug --local

you can use any iobroker adapter github url

without --debug it produce the following output

[email protected] repochecker
npx github:oweitman/ioBroker.repochecker https://github.com/oweitman/ioBroker.tvprogram --local

[INFO] running in LOCAL mode
[E001 - E099] checkPackageJson
[E100 - E249] checkIOPackage
[E250 - E299] checkNpm
[E400 - E499] checkRepository
[E5xx] checkCode
[E300 - E399] checkTests
[E8xx] checkGithubRepo
[E600 - E699] checkReadme
[E7xx] checkLicenseFile
[E95x] checkNpmIgnore
[E9xx] checkGitIgnore

########## SUMMARY of ISSUES ##########
NO errors encountered.

NO warnings encountered.

created by repochecker 3.3.1 based on commit e017cfa41f9a07a60f6666df0be182e4854041aa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants