Skip to content

Commit 8cf5bca

Browse files
authored
fix: put crash logger default local level back to none (#4100)
1 parent cd76c54 commit 8cf5bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SentryCrash/Recording/Tools/SentryCrashLogger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ void i_sentrycrashlog_logCBasic(const char *fmt, ...);
241241
#endif
242242

243243
#ifndef SentryCrashLogger_LocalLevel
244-
# define SentryCrashLogger_LocalLevel SentryCrashLogger_Level_Trace
244+
# define SentryCrashLogger_LocalLevel SentryCrashLogger_Level_None
245245
#endif
246246

247247
#define a_SentryCrashLOG_FULL(LEVEL, FMT, ...) \

0 commit comments

Comments
 (0)