You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing this allows us to get around "magic" hard-coded strings for the section name "log-processor" in the internal proxy lazy load in LogCommon class.
Unfortunately, the proper implementation for this is probably patching the run_daemon() call in swift to pass the config section name to the implementing class.
The text was updated successfully, but these errors were encountered:
Doing this allows us to get around "magic" hard-coded strings for the section name "log-processor" in the internal proxy lazy load in LogCommon class.
Unfortunately, the proper implementation for this is probably patching the run_daemon() call in swift to pass the config section name to the implementing class.
The text was updated successfully, but these errors were encountered: