#19 Create a solution for: Log messages get truncated when longer then 127 chars

xmlwriter
closed
aliazzz
None
2020-05-01
2019-05-18
aliazzz
No

See ticket 18 for ticket information;

Several workarounds;
1) Split the message over several log messages,
2) Add a own written logger,
3) Use an ElementCollectionList.

Currently implementing option 2

Discussion

  • aliazzz

    aliazzz - 2019-05-18

    Sometimes one must stick to the simplest solution: 1 split the message!

     
  • aliazzz

    aliazzz - 2019-05-18
    • status: open --> closed
    • assigned_to: aliazzz
     

Log in to post a comment.