imem icon indicating copy to clipboard operation
imem copied to clipboard

Rec pretty print does not print the whole record

Open shamis opened this issue 8 years ago • 0 comments

9:31:32.221 [info] [_CPRO_] {cpro_worker,103} Starting job : <<"LONGID2">> #cproJob{opts = [], nodes = [], plan = at_most_once, running = false, enabled = true, dstArgs = #{channel =>
                                                                                                      "LONGID2"}, srcArgs = #{credential =>
                                                                                                                                  #{password =>
                                                                                                                                        "****",
                                                                                                                                    user =>
                                                                                                                                        <<"system">>},
                                                                                                                              links =>
                                                                                                                                  [#{ip =>
                                                                                                                                         {127,
                                                                                                                                          0,
                                                                                                                                          0,
                                                                                                                                          1},
                                                                                                                                     name =>
                                                                                                                                         "sbsgui",
                                                                                                                                     port =>
                                                                                                                                         ****,
                                                                                                                                     prio =>
                                                                                                                                         0,
                                                                                                                                     schema =>
                                                                                                                                         sbsgui,
                                                                                                                                     secure =>
                                                                                                                                         true,
                                                                                                                                     use =>
                                                                                                                                         true}],
                                                                                                                              maxKey =>
                                                                                                                                  ["longid_n"],
                                                                                                                              minKey =>
                                                                                                                                  ["longid_map",
                                                                        ...

I think lager strips of the text it the message is too long. Maybe rec_pretty can print without new lines

shamis avatar Jun 22 '17 07:06 shamis