Hi,
is it possible to tell somehow to server module to bind only to specific IP address on multi IP computer? Is there some way to disable logs?
About LOGs - I'm running my app on ARM SoC based HW, where eMMC memory (like SD card...) is used and I does not like to have it disturbed by unnecessary log file writes. I managed it currently by way, where I created 1MB only small RAMDISK, where I pointed logs directory, so Jetty get out of space and rotates logs immediatelly after some short time - without physical disc writes. Reason why I need to remove logging permanently is to hide HTTP communication details from simple reading when the same app is ran as service on desktop PC. Also otherwise it produces about 50MB file per day for me.
is it possible to tell somehow to server module to bind only to specific IP address on multi IP computer? Is there some way to disable logs?
About LOGs - I'm running my app on ARM SoC based HW, where eMMC memory (like SD card...) is used and I does not like to have it disturbed by unnecessary log file writes. I managed it currently by way, where I created 1MB only small RAMDISK, where I pointed logs directory, so Jetty get out of space and rotates logs immediatelly after some short time - without physical disc writes. Reason why I need to remove logging permanently is to hide HTTP communication details from simple reading when the same app is ran as service on desktop PC. Also otherwise it produces about 50MB file per day for me.