diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2012-08-28 07:48:07 +0000 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2012-08-28 07:48:07 +0000 |
commit | fbb68587f8ea307f10206ab715b2542af1505c27 (patch) | |
tree | 60496964a548fd08bf1e2094a6f94fce5ea95b7d /json | |
parent | 382c27d26ee81a9982e1fa24eb2c3a9efadfc374 (diff) | |
download | awall-fbb68587f8ea307f10206ab715b2542af1505c27.tar.bz2 awall-fbb68587f8ea307f10206ab715b2542af1505c27.tar.xz |
configurable logging
Diffstat (limited to 'json')
-rw-r--r-- | json/default-log.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json/default-log.json b/json/default-log.json new file mode 100644 index 0000000..c85a5a7 --- /dev/null +++ b/json/default-log.json @@ -0,0 +1 @@ +{ "log": { "_default": { "limit": 1 } } } |