Skip to content

Commit

Permalink
Fix log agent error (#34478)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Jan 24, 2025
1 parent 2a04603 commit 182e5a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ advisors:
type: method
params:
- index: 0
type: org.apache.shardingsphere.mode.manager.ContextManagerBuilderParameter
type: org.apache.shardingsphere.mode.manager.builder.ContextManagerBuilderParameter
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
"pattern":"\\QMETA-INF/services/org.apache.shardingsphere.mode.deliver.DeliverEventSubscriber\\E"
}, {
"condition":{"typeReachable":"org.apache.shardingsphere.proxy.initializer.BootstrapInitializer"},
"pattern":"\\QMETA-INF/services/org.apache.shardingsphere.mode.manager.ContextManagerBuilder\\E"
"pattern":"\\QMETA-INF/services/org.apache.shardingsphere.mode.manager.builder.ContextManagerBuilder\\E"
}, {
"condition":{"typeReachable":"org.apache.shardingsphere.proxy.initializer.BootstrapInitializer"},
"pattern":"\\QMETA-INF/services/org.apache.shardingsphere.mode.manager.listener.ContextManagerLifecycleListener\\E"
Expand Down

0 comments on commit 182e5a2

Please sign in to comment.