Skip to content

Commit

Permalink
SNOW-1367439: change default loglevel to FATAL (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimbaGithub authored May 22, 2024
1 parent 7a36d3c commit f926284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdo_snowflake.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static PHP_GINIT_FUNCTION(pdo_snowflake) {
#endif
#endif
pdo_snowflake_globals->logdir = NULL;
pdo_snowflake_globals->loglevel = "DEBUG";
pdo_snowflake_globals->loglevel = "FATAL";
pdo_snowflake_globals->cacert = NULL;
pdo_snowflake_globals->debug = NULL;
}
Expand Down

0 comments on commit f926284

Please sign in to comment.