summaryrefslogtreecommitdiff
path: root/writerfilter/README
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-10-16 21:12:34 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-10-16 21:12:34 +0200
commit9401b1be3480037f2dfcb7b6daf069137ccd7c42 (patch)
tree337c5f42cc4db6aabadde1c57d05fd7b80531524 /writerfilter/README
parent8bc1ee9b4cd46d645e8aca0f9ea6844c702a64c0 (diff)
writerfilter: make dmapper logging a runtime decision, not a buildtime one
It's still only enabled in debug builds, but it now requires an environment variable, not rebuilding with dbglevel=2. Change-Id: I970c7bfe0b3f547429ef37f37406a095a60c34ff
Diffstat (limited to 'writerfilter/README')
-rw-r--r--writerfilter/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerfilter/README b/writerfilter/README
index 0e8d1dc9c330..0d492e4070cd 100644
--- a/writerfilter/README
+++ b/writerfilter/README
@@ -11,6 +11,9 @@ Import filter for docx, doc and rtf.
== Source contents ==
* dmapper: the domain mapper, hiding UNO from the tokenizers, used by DOCX and RTF import
+ * The incoming traffic of dmapper can be dumped into an XML file in /tmp in
+ debug builds, start soffice with the
+ `SW_DEBUG_WRITERFILTER=1` environment variable if you want that.
* filter: the UNO filter service implementations, invoked by UNO and calling
the dmapper + one of the tokenizers
* ooxml: the docx tokenizer