[thrift] Erlang Thrift changes, take 3

Summary: svn ci missed a bunch of paths ... blew away the whole thing and copied from the git repo.  this is getting ridiculous.


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665285 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/erl/priv/thrift.conf b/lib/erl/priv/thrift.conf
new file mode 100644
index 0000000..b32d21d
--- /dev/null
+++ b/lib/erl/priv/thrift.conf
@@ -0,0 +1,7 @@
+{thrift_logger, {
+  {term_width, 110},
+  {force_one_line, true},
+  {omit, [oop_new]},             % req_processed
+  {gen_server_messages, false}, 
+  {lookup, true}                 % DNS
+ }}.