Skip to content

Conversation

gordey4doronin
Copy link
Contributor

It's a bit confusing seeing warning which prints akka configuration on staging machine .

I was confused and tried to figure out if there are any problems with this configuration, because it is WARNING.

In the original akka it logs it with INFO level instead. And it's fine.
http://doc.akka.io/docs/akka/2.4/scala/logging.html#Auxiliary_logging_options

Log the complete configuration at INFO level when the actor system is started.
This is useful when you are uncertain of what configuration is used.
log-config-on-start = on

Here is the scala source code:
https://github.com/akka/akka/blob/master/akka-actor/src/main/scala/akka/actor/ActorSystem.scala#L572
https://github.com/akka/akka/blob/master/akka-actor/src/main/scala/akka/actor/ActorSystem.scala#L662

Here is the net source code:
https://github.com/akkadotnet/akka.net/blob/dev/src/core/Akka/Actor/Internal/ActorSystemImpl.cs#L136-L139

@Aaronontheweb Aaronontheweb merged commit ca954d1 into akkadotnet:dev Nov 14, 2016
@Aaronontheweb Aaronontheweb modified the milestone: 1.1.3 Jan 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants