Hi I have a log file I am writing to just with `wr...
# lucee
a
Hi I have a log file I am writing to just with
writeLog(file="mylogfile"...)
. This log is not configured in Lucee Admin at all, so it should have no log rotation going on, However I just checked and it looks like Lucee has rotated it: there is a
mylogfile.log.1
in the log dir now. I also can't see what the rules for the rotation are. The file is 2128078 bytes, which is not a unit of MB, and it's been rotated in the middle of the afternoon (rather than across the end of the day or something). Can I please get some clarification as to what's up here? We really don't want that log rotated by Lucee... all that is already in hand via another mechanism.
z
plz post this on the mailing list, it gets lost here and we have a lot of other higher priorty stuff to do at the moment
a
Oh yeah, I shoulda done that. Thanks 😉
a
You sure this isn't tied to some earlier cfadmin log management experimentation you were doing 😉 ? [Actually thought your earlier post was sick. I need something more than the default and less than logbox, so am testing that too. Might end up doing logbox in any case, but great to have options].
a
Haha, no different environment. Plus it's a container which I blow away a few times a week anyway, for various reasons, so its "config state" is pretty well "known".