[Chore] (Global): Disable debug. Set log target to all.

This commit is contained in:
BZLZHH
2025-07-11 09:17:57 +08:00
committed by GitHub
parent 83cfacf94b
commit 8f950fc345
+2 -2
View File
@@ -27,8 +27,8 @@ namespace MG_Global {
}
namespace Common {
inline constexpr int LogLevel = MG_Constants::Common::LOG_LEVEL_DEBUG;
inline constexpr int LogTarget = MG_Constants::Common::LOG_TARGET_ANDROID | MG_Constants::Common::LOG_TARGET_FILE;
inline constexpr int LogLevel = MG_Constants::Common::LOG_LEVEL_INFO;
inline constexpr int LogTarget = MG_Constants::Common::LOG_TARGET_ALL;
#ifdef __ANDROID__
inline const char* LOG_FILE_PATH = "/sdcard/MG/latest.log";