Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce log_severity to LOGSEVERITY_DEFAULT #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions html_chromium/ChromiumSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ bool ChromiumSystem::Init( const char* pBaseDir, IHtmlResourceHandler* pResource
settings.no_sandbox = false;
#endif
settings.command_line_args_disabled = true;
settings.log_severity = LOGSEVERITY_VERBOSE;
settings.log_severity = LOGSEVERITY_DEFAULT;

#ifdef _WIN32
// Chromium will be sad if we don't resolve any NTFS junctions for it
Expand Down Expand Up @@ -360,4 +360,4 @@ JSValue ChromiumSystem::CreateHashMap( const char** pKeys, const size_t* pKeySiz
}

ChromiumSystem g_ChromiumSystem;
HTMLSYSTEM_EXPORT( g_ChromiumSystem );
HTMLSYSTEM_EXPORT( g_ChromiumSystem );