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 f2f8a7b commit d56c9ddCopy full SHA for d56c9dd
rust/operator-binary/src/container.rs
@@ -612,7 +612,7 @@ impl ContainerConfig {
612
{COMMON_BASH_TRAP_FUNCTIONS}
613
{remove_vector_shutdown_file_command}
614
prepare_signal_handlers
615
-CONTAINERDEBUG_LOG_DIRECTORY={STACKABLE_LOG_DIR}/containerdebug containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
+containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
616
if [[ -d {LISTENER_VOLUME_DIR} ]]; then
617
export POD_ADDRESS=$(cat {LISTENER_VOLUME_DIR}/default-address/address)
618
for i in {LISTENER_VOLUME_DIR}/default-address/ports/*; do
0 commit comments