Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
Only show graphql warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-hb committed Apr 3, 2020
1 parent e972fef commit 0aef330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/themorpheus/edu/gateway/util/GitInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class GitInfo {
private String buildUserEmail;
private String buildVersion;
private String commitId;
private String commitMessageShort;;
private String commitMessageShort;
private String commitUserEmail;
private String gitDirty;

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@
<Logger name="graphql.kickstart" level="warn"/>
<Logger name="com.jcabi.manifests" level="warn"/>
<Logger name="io.sentry" level="warn"/>
<Logger name="graphql.execution" level="warn"/>
<Logger name="notprivacysafe.graphql" level="warn"/>
</Loggers>
</Configuration>

0 comments on commit 0aef330

Please sign in to comment.