We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a640175 commit 23a4ac0Copy full SHA for 23a4ac0
src/product_logging/framework.rs
@@ -1138,8 +1138,9 @@ kill $vector_pid
1138
/// const STACKABLE_LOG_DIR: &str = "/stackable/log";
1139
///
1140
/// let args = vec![
1141
-/// "echo Perform initialization tasks ...".into(),
1142
-/// product_logging::framework::shutdown_vector_command(STACKABLE_LOG_DIR),
+/// product_logging::framework::remove_vector_shutdown_file_command(STACKABLE_LOG_DIR),
+/// "echo Perform some tasks ...".into(),
1143
+/// product_logging::framework::create_vector_shutdown_file_command(STACKABLE_LOG_DIR),
1144
/// ];
1145
1146
/// let container = ContainerBuilder::new("init")
0 commit comments