projects
/
docbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c93b0e
)
- change loglevel from debug to info
author
Andreas Scherbaum
<andreas@scherbaum.biz>
Thu, 16 Aug 2012 23:38:29 +0000
(
01:38
+0200)
committer
Andreas Scherbaum
<andreas@scherbaum.biz>
Thu, 16 Aug 2012 23:38:29 +0000
(
01:38
+0200)
docbot.pl
patch
|
blob
|
blame
|
history
diff --git
a/docbot.pl
b/docbot.pl
index 592dc712be421ff0bf708c02d154b06c7237f51a..96ebc47182de32beeedff1d4a1c23f80fd35c206 100755
(executable)
--- a/
docbot.pl
+++ b/
docbot.pl
@@
-74,7
+74,7
@@
use constant INFO => 0;
0 => 'INFO',
);
-$main::loglevel =
DEBUG
;
+$main::loglevel =
INFO
;