Skip to content

Commit b7ad875

Browse files
committed
Update release notes
1 parent e2f258c commit b7ad875

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

doc/ReleaseNotes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
## New in v1.28
2-
3-
<!-- Nothing yet! -->
2+
* Added a user setting for controlling the default naming strategy for installer logs

src/AppInstallerCommonCore/Public/winget/UserSettings.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ namespace AppInstaller::Settings
101101
// Logging
102102
LoggingLevelPreference,
103103
LoggingChannelPreference,
104-
LoggingFileNameStrategy,
105104
// Uninstall behavior
106105
UninstallPurgePortablePackage,
107106
// Download behavior
@@ -197,7 +196,6 @@ namespace AppInstaller::Settings
197196
// Logging
198197
SETTINGMAPPING_SPECIALIZATION(Setting::LoggingLevelPreference, std::string, Logging::Level, Logging::Level::Info, ".logging.level"sv);
199198
SETTINGMAPPING_SPECIALIZATION(Setting::LoggingChannelPreference, std::vector<std::string>, Logging::Channel, Logging::Channel::Defaults, ".logging.channels"sv);
200-
SETTINGMAPPING_SPECIALIZATION(Setting::LoggingFileNameStrategy, std::string, Logging::LogNameStrategy, Logging::LogNameStrategy::Manifest, ".logging.fileNameStrategy"sv);
201199
// Interactivity
202200
SETTINGMAPPING_SPECIALIZATION(Setting::InteractivityDisable, bool, bool, false, ".interactivity.disable"sv);
203201

0 commit comments

Comments
 (0)