Skip to content

Commit

Permalink
Configure simplelogger correctly for leshan-client-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jan 10, 2018
1 parent 63e3352 commit b699367
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ org.slf4j.simpleLogger.showDateTime=true
org.slf4j.simpleLogger.showThreadName=false
org.slf4j.simpleLogger.showShortLogName=true
org.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd HH:mm:ss,SSS
org.slf4j.simpleLogger.defaultLogLevel=info
org.slf4j.simpleLogger.defaultLogLevel=WARN
org.slf4j.simpleLogger.log.org.eclipse.leshan=INFO
org.slf4j.simpleLogger.log.org.eclipse.leshan.server.security.SecurityCheck=DEBUG
org.slf4j.simpleLogger.log.org.eclipse.leshan.core.model.LwM2mModel=TRACE

0 comments on commit b699367

Please sign in to comment.