You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(analytics): allow giving log files to import-apache-logs.mjs
The documentation for import-apache-logs.mjs
(website/analytics/README.md) suggests invoking import-apache-logs.mjs
with the log file paths as command-line parameters. This does not work
because import-apache-logs.mjs only looks at apache2.log_files in
config.json.
Make the documented command work by importing log files given on the
command line.
0 commit comments