<div dir="auto">Hello everyone, I'm writing you because I recognize a strange problem when i log something, and I don't know if it is a bug or something wanted to work in this way.<div dir="auto"><br></div><div dir="auto">For a project i need to log some complex information, so i create a string with the info that I need and after that i log it with the command:</div><div dir="auto"><br></div><div dir="auto">log(L_INFO "...);</div><div dir="auto"><br></div><div dir="auto">But when the length of the string go over 1000 (I get the size with strlen) it is not printed on the log file.</div><div dir="auto"><br></div><div dir="auto">I was thinking to split the string to go over the problem, or there is another way?</div><div dir="auto"><br></div><div dir="auto">Thanks everyone </div><div dir="auto">Mattia</div></div>