-
Notifications
You must be signed in to change notification settings - Fork 245
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
Permit ConsoleMonitor
level configuration
#4392
Comments
@ndr-brt I'm curious to understand the rational behind creating this issue as a "Feature Request" and not as a "Bug". Could you help me understand this so I can consider similar reasoning in the future? I can provide my view on why I would see this as a bug: The console monitor has been around for a while and the ability to configure the log level was taken as a feature. I believe this is the case because downstream projects include this configuration in helm charts, and it was even considered a solution to an issue that appeared in one of the downstream projects. Hence my confusion. Why I care about the distinction? Upstream doesn't support older versions unless there is a serious security problem, however downstream projects might and I could see the discussion around if this is feature or bug happen. |
This does not affect any of the connector functionalities, there aren't any unexpected exception thrown or broken flows.
if you are referring to TractusX-EDC, there's no such configuration in helm charts, also because it does not exist in the upstream, all the things under the
Downstream projects could (and likely they) have a complete different development cycle/teams/perspective so what here's a missing feature, for somebody else could be a bug, but, luckily, EDC is flexible enough and, for example, this log filter feature could be easily implemented downstream with a simple |
Understood, thanks for your explanation. |
This issue is stale because it has been open for 28 days with no activity. |
This issue was closed because it has been inactive for 7 days since being marked as stale. |
Feature Request
Currently it's not possible to configure the output level of the default
ConsoleMonitor
instance. The constructor is called without passing thelevel
, that by default isDEBUG
:Connector/core/common/boot/src/main/java/org/eclipse/edc/boot/system/ExtensionLoader.java
Line 92 in 8d259e9
this should be configurable through command line arguments (preferred, as they are already used to configure it) or system properties.
Which Areas Would Be Affected?
e.g., DPF, CI, build, transfer, etc.
Why Is the Feature Desired?
Are there any requirements?
Solution Proposal
If possible, provide a (brief!) solution proposal.
The text was updated successfully, but these errors were encountered: