Skip to content

Commit

Permalink
#622 fix(use logback.xml after dev update)
Browse files Browse the repository at this point in the history
  • Loading branch information
qifeng-bai committed Dec 16, 2021
1 parent f6f7712 commit 7a9ee6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
public class DistributionOutlierPipeline {

public static void main(String[] args) throws Exception {
log.debug("debug test");
VersionInfo.print();
CombinedYamlConfiguration conf = new CombinedYamlConfiguration(args);
String[] combinedArgs = conf.toArgs("general", "outlier");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<resetJUL>true</resetJUL>
</contextListener>
<!-- Stop output INFO at start -->
<!-- <statusListener class="ch.qos.logback.core.status.NopStatusListener" />-->
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />

<property name="defaultPattern" value="%-5level [%date{'yyyy-MM-dd HH:mm:ss,SSSZ'}] [%thread] %logger: %msg%n%xEx"/>

Expand Down

0 comments on commit 7a9ee6c

Please sign in to comment.