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 93f095c commit 116ae2dCopy full SHA for 116ae2d
cpp/src/arrow/flight/sql/odbc/flight_sql/flight_sql_driver.cc
@@ -79,9 +79,7 @@ void FlightSqlDriver::RegisterLog() {
79
80
// Enable driver logging. Log files are not supported on Windows yet, since GLOG is not
81
// tested fully on Windows.
82
- if (!arrow::util::ArrowLog::IsLevelEnabled(log_level)) {
83
- arrow::util::ArrowLog::StartArrowLog("arrow-flight-sql-odbc", log_level);
84
- }
+ arrow::util::ArrowLog::StartArrowLog("arrow-flight-sql-odbc", log_level);
85
}
86
87
} // namespace flight_sql
0 commit comments