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

Add SyslogIdentifier=openshift-{master,node} respectively #1695

Merged
merged 1 commit into from
Apr 13, 2015

Conversation

sdodson
Copy link
Member

@sdodson sdodson commented Apr 10, 2015

This will allow rsyslog users to split master and node logs if they
wish to do so using rsyslog.conf entries like the following

:programname, contains, "openshift"         /var/log/openshift
:programname, isequal, "openshift-master"       /var/log/openshift-master
:programname, isequal, "openshift-node"     /var/log/openshift-node

This will allow rsyslog users to split master and node logs if they
wish to do so.
@sdodson
Copy link
Member Author

sdodson commented Apr 13, 2015

I should've described the behavior before this change so it's clear why this is necessary. Currently, since both master and node services are running the same binary with different flags, syslog will log them both as 'openshift'.

@sosiouxme merge?

@smarterclayton
Copy link
Contributor

LGTM [merge]

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_openshift3/1547/) (Image: devenv-fedora_1264)

@openshift-bot
Copy link
Contributor

Evaluated for origin up to 22cdc84

openshift-bot pushed a commit that referenced this pull request Apr 13, 2015
@openshift-bot openshift-bot merged commit b66da85 into openshift:master Apr 13, 2015
jboyd01 pushed a commit to jboyd01/origin that referenced this pull request Feb 15, 2018
…service-catalog/' changes from b69b4a6c80..b758460ba7

b758460ba7 origin build: modify hard coded path
871582f73a origin build: add origin tooling
9fa4e70 chart changes for v0.1.8 (openshift#1741)
cada49c handle instance deletion that occurs during async provisioning or async update (openshift#1587) (openshift#1708)
3032f01 phony output binaries (openshift#1729)
0c98a72 remove last vestiges of glide (openshift#1696)
8435935 Prune vendor (openshift#1739)
0f657ec allow setting go version, clean up alignment
08af73f Disable test-dep target temporarily
41984a5 Check for existing bindings only for instances with DeprovisionStatus == ServiceInstanceDeprovisionStatusRequired. (openshift#1640)
706e555 chart changes for v0.1.7 (openshift#1721)
23644db we inconsistently rm thing with and without docker (openshift#1713)
a38092d Chart changes for Release v0.1.6 (openshift#1718)
2fd4ecf Add PodPreset into settings api group (openshift#1694)
bac68f4 update docs of developer's guide (openshift#1716)
3200b16 add integration test for proper async binding retry (openshift#1688)
6d809c3 Add custom columns to OpenAPI schema (openshift#1597)
fcdefa6 Workaround spf13/viper stringarray bug (openshift#1700)
ebbeb8c undo 6bad71d358ad3ad39eb8c003f5807cca1ec1d1e7 (openshift#1714)
1ee9659 Load all client auth plugins in the cli (openshift#1695)
b9ad10d must run tests (openshift#1698)
c621cdc add stages to Travis
REVERT: b69b4a6c80 origin build: modify hard coded path
REVERT: 527fac4d02 origin build: add origin tooling

git-subtree-dir: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog
git-subtree-split: b758460ba7a45d370da9d5d634e71c16e9eb282a
@sdodson sdodson deleted the syslog-identifier branch May 11, 2018 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants