diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-05-22 13:04:47 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-05-22 13:04:47 +0000 |
commit | f29f7241e12b187f5be22f920b3ee76d31a3b9e1 (patch) | |
tree | bc9583ee7c04d749479fb79846ab106b58b9fc7c /sysutils/py-google-compute-engine/files | |
parent | devel/awscli: Update 1.15.24 -> 1.15.25 (diff) |
sysutils/py-google-compute-engine: Fixes agent logging to syslog (console)
PR: 228411
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=470608
Diffstat (limited to 'sysutils/py-google-compute-engine/files')
-rw-r--r-- | sysutils/py-google-compute-engine/files/90-google.conf.sample | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysutils/py-google-compute-engine/files/90-google.conf.sample b/sysutils/py-google-compute-engine/files/90-google.conf.sample new file mode 100644 index 000000000000..97f52ff3edca --- /dev/null +++ b/sysutils/py-google-compute-engine/files/90-google.conf.sample @@ -0,0 +1,7 @@ +# $FreeBSD$ +# Google Compute Engine default console logging. +# +# daemon: logging from Google provided daemons. +# kern: logging information in case of an unexpected crash during boot. +# +daemon,kern.* /dev/console |