console: disable changing log path

This commit is contained in:
zzz
2015-01-31 15:10:45 +00:00
parent 09c3737a94
commit 711f8dedd9
2 changed files with 3 additions and 1 deletions

View File

@ -126,6 +126,7 @@ public class ConfigLoggingHandler extends FormHandler {
}
}
/*** disable
if ( (_filename != null) && (_filename.trim().length() > 0) ) {
_filename = _filename.trim();
String old = _context.logManager().getBaseLogfilename();
@ -138,6 +139,7 @@ public class ConfigLoggingHandler extends FormHandler {
+ " (note: will not take effect until next rotation)");
}
}
***/
if ( (_recordFormat != null) && (_recordFormat.trim().length() > 0) ) {
_recordFormat = _recordFormat.trim();