This is a log file reader for apache log files to parse useragents.
Run the command below to install via Composer
composer require browscap/http-access-log-parser
The log
command parses a single access log file or a directory with access log files and writes the results into an output file.
vendor/bin/log-parser browscap:log
output
(required) the path to a log file where the results are storedcache
(optional) the relative path to your cache directorylog-file
(optional) the relative path to an access log filelog-dir
(optional) the relative path to directory with the log filesinclude
(optional) a glob compatible list of files which should be included, only used in comination with thelog-dir
optionexclude
(optional) a glob compatible list of files which should be excluded from parsing, only used in comination with thelog-dir
option
NOTE: One of both options log-file
and log-dir
is required.
NOTE: At the moment only Apache access logs are supported.
Please report your issues and ask for new features on the GitHub Issue Tracker at https://github.com/browscap/browscap-file-reader/issues
Please report incorrectly identified User Agents and browser detect in the browscap.ini file here: https://github.com/browscap/browscap/issues