# Config file for cmlogServer and cmlogClientD # # cmlogServer UDP port number # ACC #cmlogServerPort 8900 # PHY #cmlogServerPort 9003 cmlogServerPort 8102 # Test Suite #cmlogServerPort 5003 # Maximum number of client connections cmlogMaxClntConnections 64 # # Maximum number of browser connections cmlogMaxBrowserConnections 16 # # Server directory: the server will run in this directory # all logging files and process id file + core file will be here cmlogDefaultDirectory /tmp # # Server logging file. if defined, all debugging message will be # stored in this file in the directory specified above cmlogLogFile cmlogServer.log # # cmlog database file name which must be in the fullpath format # do not edit the format, only change path cmlogDatabaseName /usr/local/halld/CMLOG/file/cmlog_%s # # cmlog client context database name cmlogCxtDatabaseName /usr/local/halld/CMLOG/file/cmlogcxt_%s # # cmlog secondary database #cmlogSecondaryDatabase /usr/suser1/chen/CMLOG/file/data_old/cmlog_%s:/usr/suser1/chen/CMLOG/file/data_old1/cmlog_%s # # cmlog secondary cxt database #cmlogSecondaryCxtDatabase /usr/suser1/chen/CMLOG/file/cxt_old/cmlogcxt_%s:/usr/suser1/chen/CMLOG/file/cxt_old1/cmlogcxt_%s # # cmlog tag table filename ###cmlogTagTableName /scratch/abbottd/CMLOG/file/cmlogTagTable # # cmlog timer interval to change database file name (in minutes) cmlogDbaseChangeInterval 1440 #