Chromium Code Reviews
DescriptionDirect host output to a specific log file.
As of 10.8 if you don't specify a standard output/error destination file
then output from the host service is not logged at all. This change
modifies our host service .plist to specify a specific chromoting
log file, ensures this log file is properly created
when we install the host, adds a configuration for the newsyslog
process (which will turnover/archive the log file once it goes >1MB),
and removes the log file and newsyslog configuration in the uninstaller.
It also adds some timestamps to the host startup script so that we can
better identify log events.
It also alphabetizes the strings in the .plist file.
TEST=Manual (modified files, created install package, ran and uninstalled)
BUG=171026
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181605
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Total comments: 3
Patch Set 3 : #
Total comments: 3
Patch Set 4 : #Messages
Total messages: 15 (0 generated)
|