This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch activity-monitor
in repository https://gitbox.apache.org/repos/asf/logging-site.git
The following commit(s) were added to refs/heads/activity-monitor by this push:
new 8607b366 Add Log4j Server to the stats
8607b366 is described below
commit 8607b36689b160d81c1826920b246a4737e5fea4
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Oct 31 12:50:42 2023 +0100
Add Log4j Server to the stats
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index fd54f853..893e0d90 100644
--- a/index.html
+++ b/index.html
@@ -160,7 +160,7 @@ initSqlJs(sqlJsConfig).then(SQL => {
"project = 'log4j-2' AND module IN ('log4j', 'log4j-bom')"
]
db.run("DELETE FROM stats WHERE " + deleteConditions.map(s =>
`(${s})`).join(" OR "))
- db.run("UPDATE stats SET module = '*' WHERE project IN
('log4j-kotlin', 'log4j-scala', 'log4j-tools', 'log4j-transform')")
+ db.run("UPDATE stats SET module = '*' WHERE project IN
('log4j-kotlin', 'log4j-scala', 'log4j-tools', 'log4j-transform',
'log4j-server')")
// Collect the date range
const [minYear, _1, _2, maxYear, _3, _4] = db