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
-[1.0.1] remove whitespace and commented out old code on all stored programs
@@ -108,4 +109,10 @@
108
109
-[3.2.0] modify Store Function `apache_logs`.`importFileExists` for Log File Rotation functionality.
109
110
-[3.2.0] modify Store Function `apache_logs`.`importProcessID` for compatibility with MariaDB.
110
111
-[3.2.0] add Python function `def copy_backup_file(log_path_file, log_days)` to reuse log file copy and delete functionality,
111
-
-[3.2.0] add log summary to end of Python `processLogs` in `logs2mysql.py` to provide more process information to PM2 logs.
112
+
-[3.2.0] add log summary to end of Python `processLogs` in `logs2mysql.py` to provide more process information to PM2 logs.
113
+
-[3.2.5] modify `process_access_import` to correct `remoteLogName` and `remoteUser` column processing. Values were switched in tables stored. Running log generator stress tests flushed this out.
114
+
-[3.2.5] modify `logs2mysql.py` to add timing variables for all child processes to display in logs and store to `import_load` TABLE.
115
+
-[3.2.5] modify TABLE `import_load` added six columns for process execution durations in seconds.
116
+
-[3.2.5] modify `logs2mysql.py` reworked all process message logging verbiage to provide child process summary information at each phase. Running log generator stress tests flushed this out.
117
+
-[3.2.5] modify `logs2mysql.py` reduced number of cursor objects created by reusing only two cursor objects. Reduced all variables for import_file TABLE processing using same variables for all.
118
+
-[3.2.5] modify TABLES `access_log_useragent` and `log_client` added indexes for use in `logs2mysql.py` processing.
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@ To contribute Ideas or Comments please create a `New discussion` under repositor
4
4
5
5
To contribute Apache Access or Error Log Formats commonly used that application should process please start `New discussion`.
6
6
7
-
Any organizations, people or person with multiple Apache servers that find application a godsend in log collection monetary contributions are appreciated. Repository has my ***Buy Me a Coffee***& ***Venmo*** links.
7
+
Any organizations, people or person with multiple Apache servers that find application a godsend in log collection monetary contributions are appreciated. Repository has my ***Buy Me a Coffee***link.
8
8
9
9
Monetary contributions made will be reflected in development of [Web Interface](https://github.com/WillTheFarmer/mysql-to-apache-echarts) for this MySQL `apache_logs` schema.
0 commit comments