Quick start
Tail logs in realtime:Ctrl+C or Enter (Cyberdriver keeps running).
Where logs are stored
By default, Cyberdriver uses:- Windows:
%LOCALAPPDATA%\.cyberdriver\logs\cyberdriver-stdio.log - macOS / Linux:
~/.config/.cyberdriver/logs/cyberdriver-stdio.log
The log file is created after you start Cyberdriver with
cyberdriver join (background mode on Windows).
Cyberdriver keeps the stdio log capped at 10MB; when it reaches the cap, it truncates and continues writing.View a different log file
If you want to tail a custom path:Related commands
cyberdriver join --tail: starts in the background, then tails logs in the same terminalcyberdriver stop: stops the running Cyberdriver instance