I have a hotspot user profile with on login and on logout scripts which write into th log information about user .
is it possible to write also bytes in /out on logout ?
:local bytesOut [/ip hotspot active get [find $user] bytes-out];
/log info "User $user had sent $bytesOut bytes during his last session that ended just now.";