Skip to content

Commit

Permalink
wording nit
Browse files Browse the repository at this point in the history
  • Loading branch information
aronatkins committed Aug 11, 2015
1 parent c3aaa95 commit 966727e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/shiny-server-rules.config
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ disable_protocols {
}

preserve_logs {
desc "By default, log files from Shiny processes that exited successfully (exit status 0) will be deleted. This behavior can be overridden by setting this property to `true` in which case Shiny Server will not delete the log files from any Shiny process that it spawns. WARNING: This feature should only be enabled when combined with proper log rotation. Otherwise, thousands of log files could quickly accrue and cause problems for the file system on which they're all stored.";
desc "By default, log files from Shiny processes that exited successfully (exit status 0) will be deleted. This behavior can be overridden by setting this property to `true` in which case Shiny Server will not delete the log files from any Shiny process that it spawns. WARNING: This feature should only be enabled when combined with proper log rotation. Otherwise, thousands of log files could quickly accrue and cause problems for the file system on which they are stored.";
param Boolean [enabled] "Whether or not logs should be preserved." false;
at $;
maxcount 1;
Expand Down

0 comments on commit 966727e

Please sign in to comment.