No need to use a tool, you just have to create a folder .history in your home directory and to add the following line in the file .profile (also in your home directory).Hi Guys,
which tool you guys use to create a log the commands history in date format so others know what commands have been used
PROMPT_COMMAND='echo "$(date "+%Y-%m-%d.%H:%M:%S") $(pwd) $(history 1)" >> ~/.history/bash-$(date "+%y-%m").log'