The default directory of Hadoop log file is $HADOOP_HOME/logs (i.e. log directory in Hadoop home directory).
The hadoop-env.sh file in Hadoop configuration directory (i.e. $HADOOP_HOME/etc/hadoop/hadoop-env.sh) contains the following property:
# export HADOOP_LOG_DIR=${HADOOP_HOME}/logs
Uncomment this line and add the location of your choice.