Skip to content

Commit

Permalink
[Darwin] Set the Progress Log level to DEFAULT instead of INFO (#8530)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-apple authored Jul 21, 2021
1 parent fd0d32d commit f15ed2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/Darwin/Logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void LogV(const char * module, uint8_t category, const char * msg, va_list v)
break;

case kLogCategory_Progress:
os_log_with_type(log, OS_LOG_TYPE_INFO, "🔵 %{public}s", formattedMsg);
os_log_with_type(log, OS_LOG_TYPE_DEFAULT, "🔵 %{public}s", formattedMsg);
#if TARGET_OS_MAC && TARGET_OS_IPHONE == 0
fprintf(stdout, "\033[0;32m");
#endif
Expand Down

0 comments on commit f15ed2e

Please sign in to comment.