|
|
@ -201,7 +201,7 @@ public class FileFILE implements FILE { |
|
|
|
OutputStream out; |
|
|
|
OutputStream out; |
|
|
|
try { |
|
|
|
try { |
|
|
|
StableUtils.makesureFileExist(file); |
|
|
|
StableUtils.makesureFileExist(file); |
|
|
|
out = new FileOutputStream(file); |
|
|
|
out = new FileOutputStream(file, true); |
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|
throw SessionLocalManager.createLogPackedException(e); |
|
|
|
throw SessionLocalManager.createLogPackedException(e); |
|
|
|
} |
|
|
|
} |
|
|
|