Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
aa5615dc
Commit
aa5615dc
authored
Oct 01, 2018
by
Tobias Mayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add multiple log levels to example ini
parent
a3dfd72f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
examples/caf-application.ini
examples/caf-application.ini
+6
-2
No files found.
examples/caf-application.ini
View file @
aa5615dc
...
@@ -63,11 +63,15 @@ enable-udp=false
...
@@ -63,11 +63,15 @@ enable-udp=false
file-name
=
"actor_log_[PID]_[TIMESTAMP]_[NODE].log"
file-name
=
"actor_log_[PID]_[TIMESTAMP]_[NODE].log"
; format for rendering individual log file entries
; format for rendering individual log file entries
file-format
=
"%r %c %p %a %t %C %M %F:%L %m%n"
file-format
=
"%r %c %p %a %t %C %M %F:%L %m%n"
; configures the minimum severity of messages that are written to the log file
; (quiet|error|warning|info|debug|trace)
file-verbosity
=
'trace'
; mode for console log output generation (none|colored|uncolored)
; mode for console log output generation (none|colored|uncolored)
console
=
'none'
console
=
'none'
; format for printing individual log entries to the console
; format for printing individual log entries to the console
console-format
=
"%m"
console-format
=
"%m"
; configures the minimum severity of messages that are written to the console
; (quiet|error|warning|info|debug|trace)
console-verbosity
=
'trace'
; excludes listed components from logging
; excludes listed components from logging
component-filter
=
""
component-filter
=
""
; configures the severity level for logs (quiet|error|warning|info|debug|trace)
verbosity
=
'trace'
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