/Library/logs/anka
$HOME/Library/logs/anka
The above logs are rotated at 1MB and maintains a maximum of 10 files. This is not configurable.
In these directories you will find the following logs:
anka.log
- The primary log including anka commands (Anka CLI, Anka run) STDOUT and STDERR
lupd.log
- License auto-upgrade service logs; it's rarely used and most likely not related to VMs runtime
ankanetd.log
- Anka VM network service logs; useful for troubleshooting VM networking related problems
{UUID}.log
- ({UUID}
is the specific VM's UUID) Specific VM logs; useful if VM exits abnormally or fails to start. These files are deleted once the VM is terminated
If you're using the Anka Build Cloud Controller to start and terminate VMs, you need to set an ENV so the Node Agent doesn't delete the
{UUID}.log
on termination. This requires editing the agent's 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>EnvironmentVariables</key> <dict> <key>ANKA_DELETE_LOGS</key> <string>0</string> </dict> <key>Label</key> <string>com.veertu.anka.cluster.agent</string> <key>ProgramArguments</key> <array> <string>/Library/Application Support/Veertu/Anka/bin/anka_agent_helper</string> <string>--controller-addr</string>
/var/log/install.log
- Install related STDOUT/ERR
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.