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
Ensure correct handling of precedence rules between config provided on the cli (--logging-config) and global config options. If none is provided fall back to previous implementation.
Ensure correct handling of template files.
Remove log shipping from executor to agent/scheduler.
Ignore old logging config options when a logging config file is provided on the CLI or in the global config.
Make sure that default logging config for each component is included in the inmanta-core python package. This config should be used by default if no other logging config was provided.
The text was updated successfully, but these errors were encountered:
This ticket should make sure that a global config option exists and is supported for each component.
Example configuration file from design document:
Tasks:
--logging-config
) and global config options. If none is provided fall back to previous implementation.The text was updated successfully, but these errors were encountered: