


                Logging, Java appl on the MF SHOULD log
                
                the IRS uses Apache Log4J, which has a runtile config file
                
                Prod Support needs access to this config file, if a problem
                is reported, we turn on lots of logging and run the job again
                
                the Log4J config file is:
                
                log4.properties or log4j.xml
                
                and this will determine:
                
                A) the level of log message
                B) the destination those message go to
                
                
                
