Skip to content

Commit 1ca1909

Browse files
authored
Update README.md
1 parent 5b14f69 commit 1ca1909

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)
174174
STACKDOG_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

183183
The built-in sniff pipeline now includes Rust-native detectors for:

0 commit comments

Comments
 (0)