Orchestrated way to define a logger for tracing when instrumented with Orchestrion #3621
gabizou
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Package Name
No response
Package Version(s)
No response
Describe the feature you'd like
Currently, when an application is orchestrated with Orchestrion, there's no feasible way to define the logger in use (as I'd prefer to have logs outputted in json format from application start) for the initial startup message logging.
A suggested workaround from @RomainMuller which is less than ideal
Per the suggestion, I could imagine a defined commented function to signal orchestration as "hey, here's a zero arg logger supplier function" so that
tracer.UseLogger
can be orchestrated in startup.Is your feature request related to a problem?
No response
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions