-
Notifications
You must be signed in to change notification settings - Fork 3
Add Java tour examples #12
Conversation
java/src/main/java/dev/restate/tour/auxiliary/PaymentClient.java
Outdated
Show resolved
Hide resolved
|
||
# Restate logs to debug level | ||
logger.app.name = dev.restate | ||
logger.app.level = debug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps info
is enough?
appender.console.type = Console | ||
appender.console.name = consoleLogger | ||
appender.console.layout.type = PatternLayout | ||
appender.console.layout.pattern = %d{yyyy-MM-dd HH:mm:ss} [%tn] %-5p %c{1}:%L - %m%n |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps let's update this with the pattern containing more info? https://github.com/restatedev/sdk-java#logging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, I saw this a bit late... If I change this, I need to change all the log output in the tour... Can I leave it for now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can leave it for the time being.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest changes look good, @gvdongen!
No description provided.