diff --git a/client/components/admin/admin-utilities-telemetry.vue b/client/components/admin/admin-utilities-telemetry.vue index 853f356b..b6e0a902 100644 --- a/client/components/admin/admin-utilities-telemetry.vue +++ b/client/components/admin/admin-utilities-telemetry.vue @@ -31,7 +31,7 @@ v-list-tile-content v-list-tile-title.body-1 Setup analytics v-list-tile-subtitle.caption: em Installation checkpoint reached - .body-1.pl-3 Note that any data collected is stored for a maximum of 180 days, after which it is permanently deleted. + .body-1.pl-3 Note that crash debug data is stored for a maximum of 30 days while analytics are stored for a maximum of 16 months, after which it is permanently deleted. v-divider.my-3 v-subheader What is it used for? .body-1.pl-3 Telemetry is used by developers to improve Wiki.js, mostly for the following reasons: diff --git a/client/components/setup.vue b/client/components/setup.vue index fc14e50a..ea95850b 100644 --- a/client/components/setup.vue +++ b/client/components/setup.vue @@ -1,199 +1,99 @@ diff --git a/server/setup.js b/server/setup.js index 5aabb589..bc1e2865 100644 --- a/server/setup.js +++ b/server/setup.js @@ -349,7 +349,7 @@ module.exports = () => { // Start HTTP server // ---------------------------------------- - WIKI.logger.info(`HTTP Server on port: [ ${WIKI.config.port} ]`) + WIKI.logger.info(`Starting HTTP server on port ${WIKI.config.port}...`) app.set('port', WIKI.config.port)