Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Side by Side Diff: remoting/host/installer/mac/Config/org.chromium.chromoting.conf

Issue 12213059: Direct host output to a specific log file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
Jamie 2013/02/09 00:21:32 Nit: No (c) any more :)
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # This file instructs the newsyslog process to clean up the Chrome Remote Deskto p
6 # log file by archiving it after it reaches 1MB in size. It will retain up to
7 # five older compressed copies before deleting. See the manual page for newsysl og.conf
8 # for more information.
Jamie 2013/02/09 00:21:32 Nit: Please wrap the comment lines at 80 character
9
10 # logfilename [owner:group] mode count size when flags [/pid_file] [sig_num]
11 /var/log/org.chromium.chromoting.log root:admin 660 3 1000 * J
Jamie 2013/02/09 00:21:32 Unless 1000Kb is something you've seen recommended
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698