Only a very little issue, but would be nice if it could be fixed:
In the logfile that Servoy creates, there are no returns/linefeeds between the messages, making the logfile very difficult to read. Could these linefeeds be added?
I guess I never had those logs.
If you have a Mac with BBEdit you can check what linefeeds it uses.
If not you may email me one logfile and I can check for you if you like.
(see email button under this message)
Hi, just to make sure: Has this topic been noticed and picked up by the Servoy team?
The missing linefeed in the .log.txt makes it very difficult to read (and thus debug) errors, based on the .log.txt, especially in the STACKTRACE mode, where a lot of data is written into the logfile.
The log file is standarized on Unix newline, so to be able to read the log, use a proper editor able to read normal unix files. (only MS notepad fails to read the file correctly AFAIK)
I’ve loaded the logfile into many different editors (NotePad, WordPad, UltraEdit, TextPad), also editors that read Unix files properly, but there’s just no linefeed caracter what so ever…