Update README regarding truncation
Project: http://git-wip-us.apache.org/repos/asf/couchdb-twig/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-twig/commit/0aef3f2d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-twig/tree/0aef3f2d Diff: http://git-wip-us.apache.org/repos/asf/couchdb-twig/diff/0aef3f2d Branch: refs/heads/import Commit: 0aef3f2d08896edf47ba5c461b1726783da10d2d Parents: e583fbd Author: Adam Kocoloski <[email protected]> Authored: Wed Mar 9 13:38:56 2011 -0500 Committer: Adam Kocoloski <[email protected]> Committed: Wed Mar 9 13:38:56 2011 -0500 ---------------------------------------------------------------------- README.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-twig/blob/0aef3f2d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index e8de775..97852ef 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,5 @@ Twig's behavior is controlled using the application environment: * facility (local2): syslog facility to be used * level (info): logging threshold. Messages "above" this threshold (in syslog parlance) will be discarded. Acceptable values are debug, info, notice, warn, err, crit, alert, and emerg. * appid ("twig"): inserted as the APPID in the syslog message +* max_term_size (8192): raw data size below which we format normally +* max_message_size (16000): approx. max size of truncated string
