Skip to content

Viewing build logs

Alex Baker edited this page Oct 8, 2019 · 1 revision

By default implant does not display build output. If you would like to view build output you have a few options:

Option 1: Enable verbose output

Add --env VERBOSE=1 to your implant alias

Option 2: Tail log file

Run docker exec -it <container_name> less +F /root/.implant/build.log

Option 3: Mount log file

touch $HOME/.implant/build.log and add -v $HOME/.implant/build.log:/root/.implant/build.log to your implant alias