summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 2914ae7a..51922d6a 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -1128,7 +1128,8 @@ angular.module('zmApp', [
// paths etc.https://github.com/pbakondy/filelogger
$fileLogger.setStorageFilename(zm.logFile);
// easier tz reading
- $fileLogger.setTimestampFormat('medium');
+ // $fileLogger.setTimestampFormat('medium');
+ $fileLogger.setTimestampFormat('MMM d, y '+ZMDataModel.getTimeFormat());
ZMDataModel.zmLog("Deleting old log file as it exceeds " + zm.logFileMaxSize + " bytes");