diff --git a/src/platform/Darwin/Logging.cpp b/src/platform/Darwin/Logging.cpp index b7c2d21d8751af..887f601e1a2714 100644 --- a/src/platform/Darwin/Logging.cpp +++ b/src/platform/Darwin/Logging.cpp @@ -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