Christopher Piro | 5165f3e | 2008-01-15 12:04:12 +0000 | [diff] [blame] | 1 | %% -*- erlang -*- |
| 2 | |
| 3 | [ %% begin config %% |
| 4 | |
| 5 | {thrift, [ |
| 6 | {term_width, 110}, |
| 7 | {force_one_line, false}, |
| 8 | |
| 9 | %% a list of ?INFO format strings that WILL NOT be output |
| 10 | {omit_fmt, [ |
| 11 | %"application ~p reconfigured: ~p keys updated" ,% ?INFO thrift.erl |
| 12 | "thrift connection accepted from ~s" ,% ?INFO tErlAcceptor.erl |
| 13 | "thrift connection closed from ~s" ,% ?INFO tErlAcceptor.erl |
| 14 | "thrift connection timed out from ~s" ,% ?INFO tErlAcceptor.erl |
| 15 | "thrift request: ~p" ,% ?INFO tErlAcceptor.erl |
| 16 | %"thrift server listening on port ~p" ,% ?INFO tErlServer.erl |
| 17 | "thrift ~p:new(~s) = ~s" ,% ?INFO thrift_oop_server.erl |
| 18 | "oop:call called: Obj=~p Func=~p ArgsProper=~p", |
| 19 | "tSocket: read ~p", |
| 20 | |
| 21 | "end of log filters"]}, |
| 22 | |
| 23 | {show_pid, true}, |
| 24 | {gen_server_messages, true}, |
| 25 | {lookup, true}, |
| 26 | {'end of config', thrift_logger}]} |
| 27 | |
| 28 | ]. %% end config %% |