FAQ

Most Popular

Load More

Latest

The default logger configuration of Muse Proxy is to produce *.log.1, *.log.2*.log.10 files which rotate by size when reaching 10485760 bytes or at midnight, depending on whichever condition is first met: NOTICEcom.edulib.ice.util.log.ICETextLog${MUSE_HOME}/proxy/logs/MuseProxy.log10485760{0, date,yyyy-MM-dd'T'HH:mm:ss.SSS z} {1}: {4}: {3}1024 NOTICEcom.edulib.ice.util.log.ICETextLog${MUSE_HOME}/proxy/logs/access.log10485760%h %A %w %W %u %S %t "%r" "%{Content-Type}o" %s %b "%{User-Agent}i"1024 STATISTICScom.edulib.ice.util.log.ICETextLog${MUSE_HOME}/proxy/logs/MuseProxyStatistics.log10485760{0, date,yyyy-MM-dd'T'HH:mm:ss.SSS z} {3}1024 Follow the instructions below to have a single log file with an entire day of logging and with the date stamp in the filename, e.g. MuseProxy-20230719:
  1. Stop the Muse Proxy service
  2. Edit the Muse Proxy main configuration file: ${MUSE_HOME}/proxy/MuseProxy.xml (make a backup copy first of this file) and replace the existing logger sections (see above), with: NOTICEcom.edulib.ice.util.log.ICETextLog${MUSE_HOME}/proxy/logs/MuseProxy.log0{0, date,yyyy-MM-dd'T'HH:mm:ss.SSS z} {1}: {4}: {3}3650 NOTICEcom.edulib.ice.util.log.ICETextLog${MUSE_HOME}/proxy/logs/access.log0%h %A %w %W "%u" %S %t "%r" "%{Content-Type}o" %s %b %e "%{User-Agent}i" "%{Referer}i" %D900 STATISTICScom.edulib.ice.util.log.ICETextLog${MUSE_HOME}/proxy/logs/MuseProxyStatistics.log0{0, date,yyyy-MM-dd'T'HH:mm:ss.SSS z} {3}3650 Attention must be paid when editing to not break the XML file format.
  3. Start the Muse Proxy service

Load More