docker compose up -d
RUST_LOG=debug cargo run -- \
--source-file log_sources.txt \
--ob-url http://localhost:5080 \
--ob-username "[email protected]" \
--ob-password "Complexpass#123" \
--ob-org default \
--ob-stream default
cargo build --release
cp target/release/oo-log .
./oo-log --source-file log_sources.txt \
--ob-url http://localhost:5080 \
--ob-username "[email protected]" \
--ob-password "Complexpass#123" \
--ob-org default \
--ob-stream default