summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-09-25 22:38:23 -0700
committerit33 <iantien@gmail.com>2015-09-25 22:38:23 -0700
commit8af7386898737770b2b845c76c2810c7ea6697ae (patch)
treed3c388c259308ed3b07790028ea5a64482f2ccdc /web/react/components
parent5ca63153dc1fbadebae0a727c63ec18fbacff603 (diff)
downloadchat-8af7386898737770b2b845c76c2810c7ea6697ae.tar.gz
chat-8af7386898737770b2b845c76c2810c7ea6697ae.tar.bz2
chat-8af7386898737770b2b845c76c2810c7ea6697ae.zip
Update log_settings.jsx
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/admin_console/log_settings.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/react/components/admin_console/log_settings.jsx b/web/react/components/admin_console/log_settings.jsx
index 781a937bf..1c39c60e8 100644
--- a/web/react/components/admin_console/log_settings.jsx
+++ b/web/react/components/admin_console/log_settings.jsx
@@ -101,7 +101,7 @@ export default class LogSettings extends React.Component {
className='control-label col-sm-4'
htmlFor='consoleEnable'
>
- {'Log to the Console: '}
+ {'Log To The Console: '}
</label>
<div className='col-sm-8'>
<label className='radio-inline'>
@@ -157,7 +157,7 @@ export default class LogSettings extends React.Component {
<label
className='control-label col-sm-4'
>
- {'Log to File: '}
+ {'Log To File: '}
</label>
<div className='col-sm-8'>
<label className='radio-inline'>
@@ -227,7 +227,7 @@ export default class LogSettings extends React.Component {
onChange={this.handleChange}
disabled={!this.state.fileEnable}
/>
- <p className='help-text'>{'File to which log files are written. If blank, will be set to ./logs/mattermost.log. Log rotation is enabled and every 10,000 lines of log information is written to a new file, for example mattermost.1.log, mattermost.2.log, and so forth.'}</p>
+ <p className='help-text'>{'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.'}</p>
</div>
</div>