You are viewing limited content. For full access, please sign in.

Question

Question

DocumentImporter Log_Level

SDK
asked on October 28, 2015

We would like to only log events related to documents not being able to import with the DocumentImporter. Is Log_Level.LOGLEVEL_CRITICAL sufficient or should we use a higher level by default. Thousands of documents may be imported a day so we don't want large log files being generated, just to catch any errors related to a failed import.

0 0

Answer

SELECTED ANSWER
replied on October 28, 2015

Yes, LOGLEVEL_CRITICAL is your best bet. Most log entries in DocumentImporter are at LOGLEVEL_CRITICAL. LOGLEVEL_IMPORTANT is pretty much only used by ImportEngine (Not DocumentImporter) to report warnings. LOGLEVEL_INFORMATIONAL and LOGLEVEL_DEBUG report only things that would help narrow down a bug.

0 0
replied on October 28, 2015

Thank you for clarifying the details!

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.