diff --git a/composer.json b/composer.json index 9e377b01..a293f268 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ "cweagans/composer-patches": "^1.6.7", "drupal/core": "^10.0", "drupal/core-composer-scaffold": "^10.0", + "drupal/filelog": "^3.0", "drupal/hdbt": "^6.0", "drupal/hdbt_admin": "^3.0", "drupal/helfi_azure_fs": "^2.0", diff --git a/composer.lock b/composer.lock index 31baf02c..ff498b4f 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": "b23bf4b4eb4fff5bb6b6e624ab64547f", + "content-hash": "70960b783e9eb471d402728e31dd549c", "packages": [ { "name": "asm89/stack-cors", @@ -3753,6 +3753,62 @@ "source": "https://git.drupalcode.org/project/file_mdm" } }, + { + "name": "drupal/filelog", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/filelog.git", + "reference": "3.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/filelog-3.0.0.zip", + "reference": "3.0.0", + "shasum": "76b66ad0b9920e782a3d289500827e6a5cc8ea44" + }, + "require": { + "drupal/core": "^9 || ^10", + "ext-zlib": "*", + "php": "^8" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "3.0.0", + "datestamp": "1721989445", + "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" + }, + { + "name": "cburschka", + "homepage": "https://www.drupal.org/user/28680" + } + ], + "description": "Logs system events to a file.", + "homepage": "https://www.drupal.org/project/filelog", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://cgit.drupalcode.org/filelog", + "issues": "https://www.drupal.org/project/issues/filelog" + } + }, { "name": "drupal/flysystem", "version": "2.1.0-rc6", diff --git a/conf/cmi/core.extension.yml b/conf/cmi/core.extension.yml index 4cd60e11..1866e148 100644 --- a/conf/cmi/core.extension.yml +++ b/conf/cmi/core.extension.yml @@ -33,7 +33,6 @@ module: field_ui: 0 file: 0 file_mdm: 0 - filelog: 0 filter: 0 flysystem: 0 focal_point: 0 diff --git a/conf/cmi/filelog.settings.yml b/conf/cmi/filelog.settings.yml deleted file mode 100644 index a8eca49f..00000000 --- a/conf/cmi/filelog.settings.yml +++ /dev/null @@ -1,13 +0,0 @@ -_core: - default_config_hash: uVSFqX1MwFixVjXjlh72ukQ8LKPgMKNi2raycY9vt3w -enabled: true -location: 'public://logs' -rotation: - schedule: daily - 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: { }