-
Notifications
You must be signed in to change notification settings - Fork 146
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
Conversation
.gitignore
Outdated
@@ -7,3 +7,4 @@ Gemfile.lock | |||
.rbenv-vars | |||
java.hprof.txt | |||
.yardoc | |||
.tool-versions |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
As discussed in #447 this is the preferred solution: Simply make the init message a DEBUG level message
Fixes #447