Update rabbit-sink logging
This commit is contained in:
@@ -9,5 +9,6 @@
|
||||
<root level="INFO">
|
||||
<appender-ref ref="STDOUT" />
|
||||
</root>
|
||||
<logger name="org.testcontainers" level="INFO" />
|
||||
<logger name="org.testcontainers" level="DEBUG" />
|
||||
<logger name="org.springframework.cloud.stream" level="DEBUG" />
|
||||
</configuration>
|
||||
|
||||
@@ -20,9 +20,9 @@ function check_env() {
|
||||
fi
|
||||
}
|
||||
|
||||
if [ "$VERBOSE" == "true" ]; then
|
||||
MAVEN_OPTS="--debug"
|
||||
elif [ "$VERBOSE" == "false" ]; then
|
||||
if [ "$VERBOSE" = "true" ]; then
|
||||
MAVEN_OPTS="-D"
|
||||
elif [ "$VERBOSE" = "false" ]; then
|
||||
MAVEN_OPTS="-q"
|
||||
fi
|
||||
if [ "$MAVEN_OPTS" == "" ]; then
|
||||
|
||||
Reference in New Issue
Block a user