Skip to content

Commit

Permalink
FIX-#4158: Do not print OmniSci logs to stdout by default (#4159)
Browse files Browse the repository at this point in the history
Co-authored-by: Yaroslav Igoshev <Poolliver868@mail.ru>
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
  • Loading branch information
dchigarev and YarShev authored Feb 7, 2022
1 parent cfffe4e commit 99e8507
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/release_notes/release_notes-0.14.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Key Features and Updates
* FIX-#3417: Fix read_csv with skiprows and header parameters (#3419)
* FIX-#4142: Fix OmniSci enabling (#4146)
* FIX-#4162: Use `skipif` instead of `skip` for compatibility with pytest 7.0 (#4163)
* FIX-#4158: Do not print OmniSci logs to stdout by default (#4159)
* Performance enhancements
*
* Benchmarking enhancements
Expand All @@ -35,4 +36,11 @@ Key Features and Updates

Contributors
------------
@prutskov, @amyskov, @paulovn, @anmyachev, @YarShev, @RehanSD, @devin-petersohn
@prutskov
@amyskov
@paulovn
@anmyachev
@YarShev
@RehanSD
@devin-petersohn
@dchigarev
1 change: 1 addition & 0 deletions modin/config/envvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ class OmnisciLaunchParameters(EnvironmentVariable, type=dict):
"enable_lazy_fetch": 0,
"null_div_by_zero": 1,
"enable_watchdog": 0,
"enable_thrift_logs": 0,
}

@classmethod
Expand Down

0 comments on commit 99e8507

Please sign in to comment.