File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,19 +165,19 @@ docker compose -f docker-compose.app.yml down
165165
166166``` bash
167167# Discover and analyze logs (one-shot)
168- cargo run -- sniff --once
168+ stackdog -- sniff --once
169169
170170# Continuous monitoring with AI analysis
171- cargo run -- sniff --ai-provider openai
171+ stackdog -- sniff --ai-provider openai
172172
173173# Use Ollama (local LLM)
174174STACKDOG_AI_API_URL=http://localhost:11434/v1 cargo run -- sniff
175175
176176# Consume mode: archive to zstd + purge originals
177- cargo run -- sniff --consume --output ./log-archive
177+ stackdog -- sniff --consume --output ./log-archive
178178
179179# Add custom log sources
180- cargo run -- sniff --sources " /var/log/myapp.log,/opt/service/logs"
180+ stackdog -- sniff --sources " /var/log/myapp.log,/opt/service/logs"
181181```
182182
183183The built-in sniff pipeline now includes Rust-native detectors for:
You can’t perform that action at this time.
0 commit comments