You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/05/10 02:35:27 UTC

[GitHub] [shardingsphere] azexcy commented on a diff in pull request #17469: Use PipelineDDLGenerator to generate postgres ddl

azexcy commented on code in PR #17469:
URL: https://github.com/apache/shardingsphere/pull/17469#discussion_r868758326


##########
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-scaling/src/test/java/org/apache/shardingsphere/integration/data/pipeline/framework/container/proxy/ShardingSphereProxyDockerContainer.java:
##########
@@ -51,15 +51,15 @@ protected void configure() {
         } else {
             setWaitStrategy(new JDBCConnectionWaitStrategy(() -> DriverManager.getConnection(DataSourceEnvironment.getURL(databaseType, getHost(), getMappedPort(3307), ""), "root", "root")));
         }
-        withLogConsumer(new Slf4jLogConsumer(log));
+        withLogConsumer(new Slf4jLogConsumer(log).withSeparateOutputStreams());

Review Comment:
   default docker log level is INFO(Even if it is error)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org