New issue
Advanced search Search tips

Issue 795973 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Chrome
Pri: 2
Type: Feature



Sign in to add a comment

AppShell needs a way to dump console logs to a separate log file

Project Member Reported by sque@chromium.org, Dec 19 2017

Issue description

Currently, it gets dumped into the same file as the rest of Chrome logs.

It'd be good to have a command line flag to specify an alternative destination for it, e.g. --app-log-file=/tmp/app.log.

The default value could be '', in which case it would still be written to the Chrome log. That way, it wouldn't suddenly break functionality for existing users who want it that way.

To completely suppress app logs, you would just do: --app-log-file=/dev/null.

That's just one idea I had. Feel free to implement it a different way.
 

Comment 1 by sque@chromium.org, Dec 19 2017

Labels: -Type-Bug Type-Feature
Cc: michae...@chromium.org
Owner: ----
Status: Available (was: Untriaged)

Sign in to add a comment