In B4J we get a logfile for the requests as :
However the log filename is always in the format b4j-date.request.log
Is there anyway to rename the log file ?
Thanks in advance.
B4X:
srvr.Initialize("srvr")
srvr.Port = 8090
srvr.LogsFileFolder="Gagent.log"
srvr.LogsRetainDays=1
However the log filename is always in the format b4j-date.request.log
Is there anyway to rename the log file ?
Thanks in advance.