Skip to content

Commit

Permalink
Updated for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mzattera committed Mar 4, 2024
1 parent 87272e8 commit a60fa37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion eclipse/predictive-powers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.mzattera</groupId>
<artifactId>predictive-powers</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<name>PredictivePowers</name>
<description>A Java library to (easily) create GenAI-powered autonomous agents</description>
<properties>
Expand Down
15 changes: 1 addition & 14 deletions eclipse/predictive-powers/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,5 @@
<!DOCTYPE configuration>

<configuration>

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<!-- encoders are assigned the type
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} -%kvp- %msg%n</pattern>
</encoder>
</appender>

<root level="error">
<appender-ref ref="STDOUT" />
</root>

<logger name="io.github.mzattera" level="warn" />
<root level="off"/>
</configuration>

0 comments on commit a60fa37

Please sign in to comment.