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
CLI Plugins should be able to provide a config. Therefore, we could register configs during installation.
Currently, we might open logfiles twice, once in the plugin and once in the library. In this case, they overwrite each other. This should be handled differently.
Implement Context.UpdateConfig() or find other possibility to avoid the update at all (especially relevant for cases such as logging, where the configuration is a side effect)
Separate errors and logs (in plugins). Therefore, check if it is possible to log to a different file descriptor than stderr.
For config types, separate description from format version
Description
Context.UpdateConfig()
or find other possibility to avoid the update at all (especially relevant for cases such as logging, where the configuration is a side effect)Related EPIC
Done Criteria
The text was updated successfully, but these errors were encountered: