better syslog, get user roles on login
This commit is contained in:
@@ -61,6 +61,7 @@ module:
|
||||
entity_browser: 0
|
||||
entity_browser_enhanced: 0
|
||||
entity_reference_revisions: 0
|
||||
error_log: 0
|
||||
field: 0
|
||||
field_group: 0
|
||||
field_ui: 0
|
||||
@@ -86,6 +87,7 @@ module:
|
||||
mailsystem: 0
|
||||
materio_home: 0
|
||||
materio_id: 0
|
||||
materio_jsonapi: 0
|
||||
materio_migrate: 0
|
||||
materio_samples: 0
|
||||
matomo: 0
|
||||
@@ -122,6 +124,7 @@ module:
|
||||
smtp: 0
|
||||
state_machine: 0
|
||||
synonyms: 0
|
||||
syslog: 0
|
||||
system: 0
|
||||
taxonomy: 0
|
||||
telephone: 0
|
||||
|
12
config/sync/error_log.settings.yml
Normal file
12
config/sync/error_log.settings.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
log_levels:
|
||||
level_0: true
|
||||
level_1: true
|
||||
level_2: true
|
||||
level_3: true
|
||||
level_4: true
|
||||
level_5: true
|
||||
level_6: true
|
||||
level_7: true
|
||||
ignored_channels: { }
|
||||
_core:
|
||||
default_config_hash: SAMpXusU9XDhy-bTk720d2XnjbA2xeE1ZDgye7Rizhw
|
5
config/sync/syslog.settings.yml
Normal file
5
config/sync/syslog.settings.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
identity: ''
|
||||
facility: 176
|
||||
format: '[!type|!request_uri|!uid|!ip] !message'
|
||||
_core:
|
||||
default_config_hash: vdXLRPZRg35PBykBRRXr6RTql5EJR_fUi2kxyZ8c5m0
|
@@ -14,6 +14,7 @@ permissions:
|
||||
- 'access devel information'
|
||||
- 'access kint'
|
||||
- 'access synonyms entity autocomplete'
|
||||
- 'access user profiles'
|
||||
- 'add composition entities'
|
||||
- 'add fil entities'
|
||||
- 'create corpus_documents workflow_transition'
|
||||
@@ -26,6 +27,7 @@ permissions:
|
||||
- 'edit own composition entities'
|
||||
- 'edit own fil entities'
|
||||
- 'manage own commerce_payment_method'
|
||||
- 'materio_jsonapi ownroles'
|
||||
- 'opt-in or out of matomo tracking'
|
||||
- 'subscribe to newsletters'
|
||||
- 'use chutier'
|
||||
|
Reference in New Issue
Block a user