summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorit33 <it33@users.noreply.github.com>2016-02-04 15:41:03 -0800
committerit33 <it33@users.noreply.github.com>2016-02-04 15:41:03 -0800
commitb25e7e227aec41754b790ab60ce3697ac1da0425 (patch)
tree2fad86ee7ba975bd1ae6cd3d536e1acf00a7a17d /web
parenta69648984cf3fa22007d15ac0c78211fc286a721 (diff)
downloadchat-b25e7e227aec41754b790ab60ce3697ac1da0425.tar.gz
chat-b25e7e227aec41754b790ab60ce3697ac1da0425.tar.bz2
chat-b25e7e227aec41754b790ab60ce3697ac1da0425.zip
Update en.json
Diffstat (limited to 'web')
-rw-r--r--web/static/i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 1a60836d1..888af6cb6 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -279,7 +279,7 @@
"admin.log.fileTitle": "Log To File: ",
"admin.log.fileDescription": "Typically set to true in production. When true, log files are written to the log file specified in file location field below.",
"admin.log.fileLevelTitle": "File Log Level:",
- "admin.log.fileLevelDescription": "This setting determines the level of detail at which log events are written to the log file. ERROR: Outputs only error messages. INFO: Outputs error messages and information around startup and initialization. DEBUG: Prints high detail for developers working on debugging issues.",
+ "admin.log.fileLevelDescription": "This setting determines the level of detail at which log events are written to the log file. ERROR: Outputs only error messages. INFO: Outputs error messages and information around startup and initialization. DEBUG: Prints high detail for developers working on debugging issues. Also includes push notification and email send events for troubleshooting notifications.",
"admin.log.locationTitle": "File Location:",
"admin.log.locationDescription": "File to which log files are written. If blank, will be set to ./logs/mattermost, which writes logs to mattermost.log. Log rotation is enabled and every 10,000 lines of log information is written to new files stored in the same directory, for example mattermost.2015-09-23.001, mattermost.2015-09-23.002, and so forth.",
"admin.log.formatTitle": "File Format:",