Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
OpenClaw routes macOS app logs through swift-log (unified logging by default) and can write a local, rotating file log to disk when you need a durable capture.
~/Library/Logs/OpenClaw/diagnostics.jsonl.1.2Notes:
Unified logging redacts most payloads unless a subsystem opts into
privacy -off/Library/Preferences/Logging/Subsystems/ai.openclawbashcat <<'EOF' >/tmp/ai.openclaw.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>DEFAULT-OPTIONS</key> <dict> <key>Enable-Private-Data</key> <true/> </dict> </dict> </plist> EOF sudo install -m 644 -o root -g wheel /tmp/ai.openclaw.plist /Library/Preferences/Logging/Subsystems/ai.openclaw.plist
./scripts/clawlog.sh --category WebChat --last 5msudo rm /Library/Preferences/Logging/Subsystems/ai.openclaw.plistsudo log config --reload© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine