Andrew's git
/
logparse.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
further bugfixing in parsers & clean up formatting.py
[logparse.git]
/
logparse
/
config.py
diff --git
a/logparse/config.py
b/logparse/config.py
index 3e61050da6e1eaa50ad0e57f7838cc232f630b3a..3dc2e46a3eaaa1a7f13971cb2277ee01a9c23c6b 100644
(file)
--- a/
logparse/config.py
+++ b/
logparse/config.py
@@
-41,7
+41,9
@@
defaults = Configuration({
'output': '',
'header': '/etc/logparse/header.html',
'css': '/etc/logparse/main.css',
+ 'linewidth': 80,
'embed-styles': False,
+ 'plain': False,
'overwrite': False,
'title': logparse.__name__,
'maxlist': 10,