diff --git a/composer.json b/composer.json
index 8a8b6dd1765268adb6e09c804eecdb7d9d1a90a1..991a67e5c9c6df44cbb11b2e1579aae6f60e5b2b 100644
--- a/composer.json
+++ b/composer.json
@@ -135,6 +135,7 @@
         "drupal/field_group": "^3.1",
         "drupal/field_permissions": "^1.1",
         "drupal/filefield_paths": "^1.0@beta",
+        "drupal/filelog": "^2.0",
         "drupal/honeypot": "^1.30",
         "drupal/hook_event_dispatcher": "^1.29",
         "drupal/hotjar": "^2.0",
diff --git a/composer.lock b/composer.lock
index ec49e4692e8794c28e512cd9c20b36f1ab4b189a..2ddde79a9fb1bff48822f93960cc0e6363c6f740 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "c1cd9f8ce2950e1fffef7dba9f1852a3",
+    "content-hash": "0815b52c5ba8616d769f471ae5f9d0f7",
     "packages": [
         {
             "name": "asm89/stack-cors",
@@ -4460,6 +4460,58 @@
                 "source": "https://git.drupalcode.org/project/filefield_paths"
             }
         },
+        {
+            "name": "drupal/filelog",
+            "version": "2.0.1",
+            "source": {
+                "type": "git",
+                "url": "https://git.drupalcode.org/project/filelog.git",
+                "reference": "2.0.1"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://ftp.drupal.org/files/projects/filelog-2.0.1.zip",
+                "reference": "2.0.1",
+                "shasum": "b02a3557a4c59bfa48582c54db062de9c7805721"
+            },
+            "require": {
+                "drupal/core": "^8.8 | ^9",
+                "ext-zlib": "*",
+                "php": "^7.1"
+            },
+            "type": "drupal-module",
+            "extra": {
+                "drupal": {
+                    "version": "2.0.1",
+                    "datestamp": "1592209031",
+                    "security-coverage": {
+                        "status": "covered",
+                        "message": "Covered by Drupal's security advisory policy"
+                    }
+                }
+            },
+            "notification-url": "https://packages.drupal.org/8/downloads",
+            "license": [
+                "GPL-2.0+"
+            ],
+            "authors": [
+                {
+                    "name": "Christoph Burschka",
+                    "homepage": "https://github.com/cburschka",
+                    "email": "christoph@burschka.de",
+                    "role": "Maintainer"
+                }
+            ],
+            "description": "Logs system events to a file.",
+            "homepage": "https://www.drupal.org/project/filelog",
+            "keywords": [
+                "Drupal"
+            ],
+            "support": {
+                "source": "http://cgit.drupalcode.org/filelog",
+                "issues": "https://www.drupal.org/project/issues/filelog"
+            }
+        },
         {
             "name": "drupal/honeypot",
             "version": "1.30.0",
diff --git a/vendor/composer/LICENSE b/vendor/composer/LICENSE
index 62ecfd8d0046b60517ea7370300f52744f1ab85d..f27399a042d95c4708af3a8c74d35d338763cf8f 100644
--- a/vendor/composer/LICENSE
+++ b/vendor/composer/LICENSE
@@ -1,3 +1,4 @@
+
 Copyright (c) Nils Adermann, Jordi Boggiano
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -17,3 +18,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
+
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 90a6672e292d6cc5c6d2547a95a3f6e153c34428..4ff36b04f48b94abde787d738248e482df775903 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -4600,6 +4600,60 @@
             "source": "https://git.drupalcode.org/project/filefield_paths"
         }
     },
+    {
+        "name": "drupal/filelog",
+        "version": "2.0.1",
+        "version_normalized": "2.0.1.0",
+        "source": {
+            "type": "git",
+            "url": "https://git.drupalcode.org/project/filelog.git",
+            "reference": "2.0.1"
+        },
+        "dist": {
+            "type": "zip",
+            "url": "https://ftp.drupal.org/files/projects/filelog-2.0.1.zip",
+            "reference": "2.0.1",
+            "shasum": "b02a3557a4c59bfa48582c54db062de9c7805721"
+        },
+        "require": {
+            "drupal/core": "^8.8 | ^9",
+            "ext-zlib": "*",
+            "php": "^7.1"
+        },
+        "type": "drupal-module",
+        "extra": {
+            "drupal": {
+                "version": "2.0.1",
+                "datestamp": "1592209031",
+                "security-coverage": {
+                    "status": "covered",
+                    "message": "Covered by Drupal's security advisory policy"
+                }
+            }
+        },
+        "installation-source": "dist",
+        "notification-url": "https://packages.drupal.org/8/downloads",
+        "license": [
+            "GPL-2.0+"
+        ],
+        "authors": [
+            {
+                "name": "Christoph Burschka",
+                "homepage": "https://github.com/cburschka",
+                "email": "christoph@burschka.de",
+                "role": "Maintainer"
+            }
+        ],
+        "description": "Logs system events to a file.",
+        "homepage": "https://www.drupal.org/project/filelog",
+        "keywords": [
+            "Drupal"
+        ],
+        "support": {
+            "source": "http://cgit.drupalcode.org/filelog",
+            "issues": "https://www.drupal.org/project/issues/filelog"
+        }
+    },
     {
         "name": "drupal/honeypot",
         "version": "1.30.0",
diff --git a/web/profiles/cern/cern.info.yml b/web/profiles/cern/cern.info.yml
index df96308c3c5790ff945a9a3ad4944590c85593d9..94492dd8f55d068ff2c62dd03d507d1cde5b5e18 100644
--- a/web/profiles/cern/cern.info.yml
+++ b/web/profiles/cern/cern.info.yml
@@ -27,6 +27,7 @@ dependencies:
   - externalauth
   - field_ui
   - file
+  - filelog
   - help
   - history
   - image
diff --git a/web/profiles/cern/config/install/filelog.settings.yml b/web/profiles/cern/config/install/filelog.settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..6b7911c8421461a4cffbe7e180b0e0accad5256b
--- /dev/null
+++ b/web/profiles/cern/config/install/filelog.settings.yml
@@ -0,0 +1,11 @@
+enabled: true
+location: '/drupal-data'
+rotation:
+  schedule: never
+  delete: false
+  destination: 'archive/[date:custom:Y/m/d].log'
+  gzip: true
+format: '[[log:created]] [[log:level]] [[log:channel]] [client: [log:ip], [log:user]] [log:message]'
+level: 7
+channels_type: exclude
+channels: []