mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
add logback.xml
This commit is contained in:
@@ -14,6 +14,14 @@
|
||||
|
||||
<build>
|
||||
<sourceDirectory>${project.basedir}</sourceDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>${project.basedir}</directory>
|
||||
<includes>
|
||||
<include>logback.xml</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
|
||||
Binary file not shown.
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Quiets xrpl4j's DEBUG chatter so tutorial output stays readable.
|
||||
Raise xrpl4j to DEBUG to see wire-level transaction details. -->
|
||||
<configuration>
|
||||
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} -- %msg%n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<logger name="org.xrpl.xrpl4j" level="WARN"/>
|
||||
|
||||
<root level="INFO">
|
||||
<appender-ref ref="CONSOLE"/>
|
||||
</root>
|
||||
</configuration>
|
||||
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
artifactId=credential-samples
|
||||
groupId=com.example
|
||||
version=1.0.0
|
||||
@@ -1 +0,0 @@
|
||||
ManageCredentials.class
|
||||
@@ -1 +0,0 @@
|
||||
/Users/oeggert/Desktop/Github Repos/xrpl-dev-portal/_code-samples/credential/java/ManageCredentials.java
|
||||
Reference in New Issue
Block a user