[Log] Remove log_settings.json during installation and set default level to trace (#10438)

This commit is contained in:
Andrey Nekrasov
2021-03-25 17:28:29 +03:00
committed by GitHub
parent 718289c115
commit aac479f58c
4 changed files with 27 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
struct LogSettings
{
// The following strings are not localizable
inline const static std::wstring defaultLogLevel = L"warn";
inline const static std::wstring defaultLogLevel = L"trace";
inline const static std::wstring logLevelOption = L"logLevel";
inline const static std::string runnerLoggerName = "runner";
inline const static std::wstring runnerLogPath = L"RunnerLogs\\runner-log.txt";