Skip to content

Commit

Permalink
harmony: logging to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilledheart committed Apr 20, 2024
1 parent c2eb338 commit 65ffda9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/harmony/yass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,7 @@ static napi_module yassModule = {
};

extern "C" __attribute__((constructor)) void RegisterEntryModule(void) {
absl::SetFlag(&FLAGS_logtostderr, true);
napi_module_register(&yassModule);
}

Expand Down

0 comments on commit 65ffda9

Please sign in to comment.