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

change: change log level of init message to DEBUG #497

Merged
merged 3 commits into from
Oct 24, 2023

Conversation

halfbyte
Copy link
Contributor

As discussed in #447 this is the preferred solution: Simply make the init message a DEBUG level message

Fixes #447

@stympy stympy requested a review from joshuap October 19, 2023 13:42
.gitignore Outdated
@@ -7,3 +7,4 @@ Gemfile.lock
.rbenv-vars
java.hprof.txt
.yardoc
.tool-versions
Copy link
Member

Choose a reason for hiding this comment

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

Is this file supposed to be git-ignored?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good question. At least I now think that this change shouldn't be part of the PR.

The project doesn't seem to have any ruby default version configurations (like .ruby-version etc.) and so I thought adding a .tool-versions (the equivalent for asdf.vm) would probably not be welcomed.

I will at least remove that change from this PR.

Copy link
Member

Choose a reason for hiding this comment

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

OK, thanks.
Btw, I'm not against the idea of ignoring the file, just wanted to know if there's a preferred way of handling versions.

Copy link
Member

@joshuap joshuap left a comment

Choose a reason for hiding this comment

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

👍

@halfbyte halfbyte merged commit 2bba01f into master Oct 24, 2023
58 checks passed
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.

Logging bug in development mode (5.0.0 upgrade)
3 participants