-
For some reason the SUPPORT directory contains a whole pile of console files, all of which contain 1K of … mess. It’s like the logger thinks the file should only be 1k and is doing wrap-around logging, so newer entires appear on top and older ones are one the bottom, but never more than 1K of actual log. I seem to recall I set up some sort of debug logging way back when, for a PMR, and that utterly borked client logging. That’s never been addressed. I’d be delighted to have the normal logging back again.
-
Just poked around in my notes.ini and don’t see anything out of the ordinary, other than an HTTPJVMMaxHeapSize entry, which seems like it may be out of place in a client’s configuration. There is not one single entry concerning console log file, console log enabling, debug setting, or anything of that nature anywhere, by visual inspection or regexp search. Any ideas what’s going on there?
Thanks for your time…