Dedicated fd for structured logging bash

Open fd 3 to a file, write to it independently of stdout, then close it

exec 3>>audit.log; echo "$(date -Is) start" >&3; exec 3>&-