Skip to content

Commit

Permalink
Logging of akka configuration file was switched off.
Browse files Browse the repository at this point in the history
Merge branch 'do-not-generate-blocks-until-last-known-block-time' of https://github.com/Tolsi/Waves into do-not-generate-blocks-until-last-known-block-time
  • Loading branch information
alexeykiselev committed Oct 12, 2016
2 parents 5c031a8 + 920fbc0 commit b07dc98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ akka {
loglevel = "DEBUG"
loggers = ["akka.event.slf4j.Slf4jLogger"]
logging-filter = "akka.event.slf4j.Slf4jLoggingFilter"
log-config-on-start = on
log-config-on-start = off
actor {
debug {
# enable DEBUG logging of actor lifecycle changes
Expand Down
2 changes: 1 addition & 1 deletion waves-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"offlineGeneration": false,
"apiKeyHash":"",
"testnet": true,
"loggingLevel": "debug"
"loggingLevel": "info"
}

0 comments on commit b07dc98

Please sign in to comment.