Created
May 18, 2014 13:03
-
-
Save m0r13/60a00971b5051d39549b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [log:output] | |
| type = output | |
| verbosity = INFO | |
| date_format = %F %T | |
| format = %(date) [%(level)] [%(logger)] %(message) | |
| log_progress = false | |
| [log:file] | |
| type = file | |
| verbosity = INFO | |
| file = /var/log/mapcrafter.log | |
| date_format = %F %T | |
| format = %(date) [%(level)] [%(logger)] %(message) | |
| log_progress = true | |
| [log:syslog] | |
| type = syslog | |
| verbosity = INFO | |
| log_progress = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment