From 143b31fd2242c111dfd0a82d718c73c6fe832353 Mon Sep 17 00:00:00 2001 From: Giuseppe Criscione <18699708+giuscris@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:22:05 +0200 Subject: [PATCH] Move statistics from panel logs to site --- .gitignore | 2 ++ formwork/config/system.yaml | 2 +- site/statistics/.gitkeep | 0 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 site/statistics/.gitkeep diff --git a/.gitignore b/.gitignore index 9dc618fc..75d4c2fd 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ /panel/logs/* /panel/node_modules/* +/site/statistics/* + !.gitkeep diff --git a/formwork/config/system.yaml b/formwork/config/system.yaml index 12c24294..db172b35 100644 --- a/formwork/config/system.yaml +++ b/formwork/config/system.yaml @@ -101,7 +101,7 @@ schemes: statistics: enabled: true - path: '${system.panel.paths.logs}/statistics' + path: '${site.path}/statistics' templates: path: '${%ROOT_PATH%}/site/templates' diff --git a/site/statistics/.gitkeep b/site/statistics/.gitkeep new file mode 100644 index 00000000..e69de29b