Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
extended_logger
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
extended_logger
Merge requests
!5
Issue
#3387221
: Implement the Database storage
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3387221
: Implement the Database storage
issue/extended_logger-3387221:3387221-logs-db-storage
into
1.0.x
Overview
0
Commits
1
Pipelines
2
Changes
17
Merged
Alexey Korepov
requested to merge
issue/extended_logger-3387221:3387221-logs-db-storage
into
1.0.x
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
17
Expand
Closes
#3387221
0
0
Merge request reports
Compare
1.0.x
version 3
82fcc58e
1 year ago
version 2
c78859f9
1 year ago
version 1
e91e0c6c
1 year ago
1.0.x (base)
and
latest version
latest version
535e6642
1 commit,
1 year ago
version 3
82fcc58e
1 commit,
1 year ago
version 2
c78859f9
1 commit,
1 year ago
version 1
e91e0c6c
1 commit,
1 year ago
17 files
+
1344
−
59
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
config/install/extended_logger.settings.yml
+
16
−
17
Options
fields
:
timestamp
:
timestamp
timestamp_float
:
timestamp_float
message
:
message
message_raw
:
message_raw
base_url
:
base_url
request_time
:
request_time
request_time_float
:
request_time_float
channel
:
channel
ip
:
ip
request_uri
:
request_uri
referer
:
referer
severity
:
severity
level
:
level
uid
:
uid
link
:
link
metadata
:
metadata
-
timestamp_float
-
message
-
message_raw
-
base_url
-
request_time_float
-
channel
-
ip
-
request_uri
-
referer
-
severity
-
level
-
uid
-
link
-
metadata
-
exception
fields_all
:
false
fields_custom
:
[]
target
:
file
target_syslog_identity
:
drupal
target_syslog_facility
:
128
target_file_path
:
/tmp/
drupal.log
target_file_path
:
drupal.log
target_output_stream
:
stdout
Loading