-
Notifications
You must be signed in to change notification settings - Fork 121
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
Log4j formatting error #1122
Comments
Should this be fixed in https://github.com/sbt/sbt/blob/78f9b318e2d13e9bdffb8661c2dc4bd451db521e/internal/util-logging/src/main/scala/sbt/internal/util/ConsoleAppender.scala#L600 instead? sbt's loggers do not support formatting and ConsoleAppender always appends an empty argument list so it would make sense to make this explicit by passing the string as an argument to prevent further expansion. |
The idea and location looks right to me. But it would be even better to find a Message constructor which avoids any kind of formatting or template processing, maybe |
That line is from IncrementalCommon.scala. The "%" should be "%%" to prevent it from breaking. Or something.
Have a stacktrace:
The text was updated successfully, but these errors were encountered: