We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896bee4 commit efd9496Copy full SHA for efd9496
CHANGELOG.md
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
6
7
### Added
8
9
+- Adds new telemetry CLI arguments and environment variables ([#715]).
10
+ - Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
11
+ - Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
12
+ - Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
13
- Log the startup event for bundle-builder and user-info-fetcher ([#703]).
14
15
### Changed
0 commit comments