Skip to content

Commit

Permalink
Change the default logging level from WARNING to INFO
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 668351363
  • Loading branch information
realp2us authored and copybara-github committed Aug 28, 2024
1 parent b376b94 commit 7885469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharing/flags/generated/nearby_sharing_feature_flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ constexpr auto kEnableWebrtcMedium =
// WARNING. The mapping of logging level to number:VERBOSE: -1, INFO: 0,
// WARNING: 1, ERROR: 2, FATAL: 3
constexpr auto kLoggingLevel =
flags::Flag<int64_t>(kConfigPackage, "45401358", 1);
flags::Flag<int64_t>(kConfigPackage, "45401358", 0);
// When true, the sender will not require confirming the ukey2 token.
constexpr auto kSenderSkipsConfirmation =
flags::Flag<bool>(kConfigPackage, "45411353", true);
Expand Down

0 comments on commit 7885469

Please sign in to comment.