factorial-io/fac_logger

There is no license information available for the latest version (3.0) of this package.

logging helper module

Installs: 310

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 2

Open Issues: 0

Type:drupal-module

3.0 2023-09-05 15:34 UTC

This package is auto-updated.

Last update: 2024-04-30 00:40:10 UTC


README

  1. install via composer require factorial-io/fac_logger

  2. Add the following lines to sites/default/services.yml

     monolog.channel_handlers:
       default: ['gelf']
     monolog.processors: ['installation_type', 'message_placeholder', 'current_user', 'request_uri', 'ip', 'referer', 'memory_usage']