Why is /var/log a standard location for Linux log files?
/var/log
Every file there is discarded whenever a command exits.
It contains only immutable executable programs.
It is the default home for every user's personal documents.
/var holds data that changes over time, and logs continually grow as the system records events.
/var