-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Currently you can remove a logging resource even if it's used by another resource. An example of this would be the ability to remove a formatter even though that formatter is attached to a handler. Removing handlers does validate it's not attached to a logger first. However all logging resources should do this.
Note that logging does not use services which is why this needs to be manually checked. This should be doable via the configuration API. Note too that a fix to validate this will also be done in the logmanager, LOGMGR-179.
- is related to
-
WFCORE-3891 Cannot create xml-formatter and json-formatter with the same name as existing resources in logging subsystem
- Resolved
-
WFCORE-2886 remove-handler operation succeeds when removing non-existent handler
- Closed
-
WFCORE-4841 Logging subsystem capabilities do not work correctly
- Closed
- relates to
-
LOGMGR-179 The configuration API should fail if a configuration being removed is attached to another configuration
- Closed