Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

made GraphStageLogic.LogSource virtual and change default StageLogic LogSource #5360

Merged

Commits on Nov 2, 2021

  1. made GraphStageLogic.LogSource virtual

    Also, changed the default `LogSource` to be the output of the `Stage.ToString()` method. Right now all `GraphStageLogic` log sources default to just "Logic (akka://{ActorSystemName})"
    Aaronontheweb committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    86702d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    954abbb View commit details
    Browse the repository at this point in the history
  3. changed the LogSource to be just the Stage Type

    erring on the side of less is more
    Aaronontheweb committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    2c0be2f View commit details
    Browse the repository at this point in the history