まずは、ログファイルの場所を確認します。
cat /etc/redis/redis.conf | grep logfile
結果はこんな感じ、
logfile /var/log/redis/redis-server.log
そしたら、表示された、ファイルを確認
tail -n 100 /var/log/redis/redis-server.log
まずは、ログファイルの場所を確認します。
cat /etc/redis/redis.conf | grep logfile
結果はこんな感じ、
logfile /var/log/redis/redis-server.log
そしたら、表示された、ファイルを確認
tail -n 100 /var/log/redis/redis-server.log