Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
a3c91450
Commit
a3c91450
authored
Oct 07, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tech(config): add log.filters to default and sample
parent
a5cbfc8b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
+8
-1
conf/defaults.ini
+3
-0
conf/sample.ini
+4
-0
docs/sources/installation/configuration.md
+1
-1
No files found.
conf/defaults.ini
View file @
a3c91450
...
@@ -293,6 +293,9 @@ mode = console, file
...
@@ -293,6 +293,9 @@ mode = console, file
# Either "debug", "info", "warn", "error", "critical", default is "info"
# Either "debug", "info", "warn", "error", "critical", default is "info"
level
=
info
level
=
info
# optional settings to set different levels for specific loggers. Ex filters = sqlstore:debug
filters
=
# For "console" mode only
# For "console" mode only
[log.console]
[log.console]
level
=
level
=
...
...
conf/sample.ini
View file @
a3c91450
...
@@ -277,6 +277,10 @@
...
@@ -277,6 +277,10 @@
# Either "trace", "debug", "info", "warn", "error", "critical", default is "info"
# Either "trace", "debug", "info", "warn", "error", "critical", default is "info"
;level = info
;level = info
# optional settings to set different levels for specific loggers. Ex filters = sqlstore:debug
;filters =
# For "console" mode only
# For "console" mode only
[log.console]
[log.console]
;level =
;level =
...
...
docs/sources/installation/configuration.md
View file @
a3c91450
...
@@ -532,7 +532,7 @@ Use space to separate multiple modes, e.g. "console file"
...
@@ -532,7 +532,7 @@ Use space to separate multiple modes, e.g. "console file"
### level
### level
Either "debug", "info", "warn", "error", "critical", default is "info"
Either "debug", "info", "warn", "error", "critical", default is "info"
### filter
### filter
s
optional settings to set different levels for specific loggers.
optional settings to set different levels for specific loggers.
Ex
`filters = sqlstore:debug`
Ex
`filters = sqlstore:debug`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment