Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Jun 15, 2018
1 parent 04f5d34 commit 0d70f8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<logger name="io.netty" level="ERROR" />
<logger name="io.netty.handler" level="ERROR" />

<logger name="io.sinistral.proteus.server.swagger" level="INFO" />
<logger name="io.sinistral.proteus.server.handlers" level="INFO" />
<logger name="io.sinistral.proteus.services" level="INFO" />
<logger name="io.sinistral.proteus.server.swagger" level="DEBUG" />
<logger name="io.sinistral.proteus.server.handlers" level="DEBUG" />
<logger name="io.sinistral.proteus.services" level="DEBUG" />

io.sinistral.proteus.services
<logger name="com.relayrides" level="ERROR" />
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.sinistral</groupId>
<artifactId>proteus-core</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
<name>proteus core</name>
<description>Proteus is an extremely light, fast, and flexible Java REST API framework built atop Undertow.</description>
<url>http://github.com/noboomu/proteus</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private void extractBytes() throws IOException

buffer.rewind();

//log.debug("buffer " + new String(buffer.array()));
log.debug("buffer " + new String(buffer.array()));

exchange.putAttachment(BYTE_BUFFER_KEY, buffer);

Expand Down

0 comments on commit 0d70f8c

Please sign in to comment.