Daniel Mejia
08/05/2022, 11:44 PM<cflog file="mylog" text="info" type="information" >
Daniel Mejia
08/05/2022, 11:46 PMAdam Cameron
find / -name *.log
to be very helpful in answering my own questions in situations like this.
If not that exact syntax, your file system will have an equivalent command.Adam Cameron
Adam Cameron
find / -name *.log
to find where it is in my container. Pls hold.Adam Cameron
root@946fd9cf673a:/app# find / -name adamTestLogLocation.log
/usr/local/lib/serverHome/WEB-INF/lucee-web/logs/adamTestLogLocation.log
root@946fd9cf673a:/app#
Is it there?Daniel Mejia
08/08/2022, 4:36 PMAdam Cameron
Daniel Mejia
08/08/2022, 4:51 PMDaniel Mejia
08/08/2022, 4:52 PMDaniel Mejia
08/08/2022, 4:55 PMDaniel Mejia
08/08/2022, 4:56 PMAdam Cameron