Changeset 32329 for main


Ignore:
Timestamp:
2018-08-07T21:28:46+12:00 (6 years ago)
Author:
ak19
Message:

Shifting from log4j.properties and its .in file in resources/web to .in version renamed to log4.properties.svn in resources/web and the log4j.properties file only in web/WEB-INF/classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/server/Server3.java

    r29988 r32329  
    108108        // so that the location  of the log files gets resolved correctly
    109109       
    110         // load the template log4j.properties.in file into logProps
    111         FileInputStream infile = new FileInputStream(new File(gsdl_home+File.separator+"resources"+File.separator+"web"+File.separator+"log4j.properties"));
     110        // load the template log4j.properties.svn file into logProps
     111        FileInputStream infile = new FileInputStream(new File(gsdl_home+File.separator+"resources"+File.separator+"web"+File.separator+"log4j.properties.svn"));
    112112        if(infile != null) {
    113113            Properties logProps = new Properties();
Note: See TracChangeset for help on using the changeset viewer.