View | Details | Raw Unified | Return to bug 52688
Collapse All | Expand All

(-)ExtendedAccessLogValve.java (-1 / +9 lines)
Lines 210-216 Link Here
210
        return buffer.toString();
210
        return buffer.toString();
211
    }
211
    }
212
212
213
    /**
213
	@Override
214
    public void setOutputLoggerName(String loggerName) {
215
			super.setOutputLoggerName(loggerName);
216
			outputLog.info("#Fields: " + pattern);
217
      outputLog.info("#Version: 2.0");
218
      outputLog.info("#Software: " + ServerInfo.getServerInfo());
219
220
    }    /**
214
     * Open the new log file for the date specified by <code>dateStamp</code>.
221
     * Open the new log file for the date specified by <code>dateStamp</code>.
215
     */
222
     */
216
    @Override
223
    @Override
Lines 896-898 Link Here
896
        }
903
        }
897
    }
904
    }
898
}
905
}
906

Return to bug 52688