Permalink
Switch branches/tags
{{ refName }}
default
8f360f12dc
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on Sep 16, 2021
Commits on Sep 15, 2021
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Fix bug where incorrect parameter was being specified when constructing
a FileLogOptions. This caused the FileLogOptions(directory, warnSyslog) constructor to always cause the maximum number of rotations to be 1 instead of 100. This was preventing older important Launcher log data from being shown when enable-debug-logging=1 was set. In terms of IDE impact, this bug causes the monitor log file to only rotate once, instead of a maximum of 100 times (keeping old log files around for 30 days).
-
Merge pull request #9852 from rstudio/bugfix/file-log-options-constru…
…ctor Fix bug where incorrect parameter was being specified when constructing a FileLogOptions.
-
-
Add option to show line numbers in visual mode chunks (#9843)
* add pref for showing line numbers in visual mode * update NEWS * don't turn off line numbers initially
-
-
-
-
-
Fix bug where incorrect parameter was being specified when constructing
a FileLogOptions. This caused the FileLogOptions(directory, warnSyslog) constructor to always cause the maximum number of rotations to be 1 instead of 100. This was preventing older important Launcher log data from being shown when enable-debug-logging=1 was set. In terms of IDE impact, this bug causes the monitor log file to only rotate once, instead of a maximum of 100 times (keeping old log files around for 30 days).
-
-
-