zackster
08/12/2022, 5:25 PMzackster
08/13/2022, 9:00 AMdawesi
08/13/2022, 4:32 PMdawesi
08/13/2022, 4:34 PMAdam Cameron
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.zackster
08/17/2022, 11:05 AMRay
08/18/2022, 3:53 AMmjclemente
08/18/2022, 1:28 PMnew java("java.lang.String")
- I did some searching in the Lucee bugbase and didn't see any ticket for compatibility - am I missing it, or should I create it?zackster
08/18/2022, 6:04 PMzackster
08/19/2022, 10:26 AMjohnfarrar
08/19/2022, 5:11 PMMatt Dyer
08/22/2022, 3:57 PMpothys-mitrahsoft
08/22/2022, 4:08 PMpothys-mitrahsoft
08/22/2022, 4:08 PMdanmurphy
08/22/2022, 10:25 PMwebsolete
08/23/2022, 8:26 PMwebsolete
08/23/2022, 8:28 PMAnders Lars
08/24/2022, 2:48 PMzackster
08/24/2022, 3:38 PMAbdul Raheem
08/24/2022, 6:55 PMzackster
08/25/2022, 8:15 AMDavid Rogers
08/26/2022, 2:04 PMPagePro
, ConfigPro
, ResourceProviderPro
, etc. What does "pro" mean? I thought "provider" until I saw ResourceProviderPro, but maybe it really is a provider providerDavid Rogers
08/26/2022, 4:36 PM// throws 'Datasource defined in the application event handler has no name.'
getPageContext().getDataSource("foo").getDatabase()
is there a way to pull the db name out of a datasource definition?Asher Densmore-Lynn
08/28/2022, 2:02 AMjvddrift
08/29/2022, 2:34 PMmailObject = new mail()
, how can i set the priority for the mail?
mailObject.setPriority(1)
does not seem to workchapmandu
08/30/2022, 2:08 AMlucee.runtime.exp.NativeException: Incompatible magic value 0 in class file com/mysql/jdbc/ConnectionImpl
using Lucee 5.3.9.160 ?zackster
08/30/2022, 10:44 AMdswitzer
08/30/2022, 1:04 PMzackster
08/30/2022, 2:16 PMAdam Cameron
<cflog file="myLog" text="some stuff to log">
We have just noticed that one of our logs stopped logging a few days ago. Not throwing any errors about not being able to log; just: not writing to the log. if I stick a debug log entry in after the log entry above, the second log entry goes in fine:
<cflog file="myLog" text="some stuff to log"> <!--- not writing to log file --->
<cflog file="myLog2" text="some stuff to log"> <!--- IS writing to log file --->