-
Notifications
You must be signed in to change notification settings - Fork 11
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
changed log level for constructor log which comes during every evalua… #3
Conversation
@@ -20,7 +20,7 @@ Use the following dependency in your code. | |||
<dependency> | |||
<groupId>io.appform.hope</groupId> | |||
<artifactId>hope-lang</artifactId> | |||
<version>1.0.7</version> | |||
<version>1.0.9</version> |
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.
Change version to snapshot
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>hope</artifactId> | |||
<groupId>io.appform.hope</groupId> | |||
<version>1.0.8</version> | |||
<version>1.0.9</version> |
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.
Change version to snapshot
@@ -383,7 +383,7 @@ private static HopeFunction createFunction( | |||
List<Value> parameters) { | |||
try { | |||
final Constructor<? extends HopeFunction> constructor = selectedConstructor.getConstructor(); | |||
log.info("Found constructor: {}", constructor); | |||
log.debug("Found constructor: {}", constructor); |
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.
change to trace or remove this completely
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>hope</artifactId> | |||
<groupId>io.appform.hope</groupId> | |||
<version>1.0.8</version> | |||
<version>1.0.9</version> |
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.
change to snapshot
@@ -7,7 +7,7 @@ | |||
<groupId>io.appform.hope</groupId> | |||
<artifactId>hope</artifactId> | |||
<packaging>pom</packaging> | |||
<version>1.0.8</version> | |||
<version>1.0.9</version> |
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.
change to snapshot
Was a trivial thing. Accommodated as part of code in another branch. Closing this. |
…tion