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

Adds Syslog logging endpoint support #55

Merged
merged 8 commits into from
May 8, 2020
Merged

Adds Syslog logging endpoint support #55

merged 8 commits into from
May 8, 2020

Conversation

mccurdyc
Copy link
Collaborator

@mccurdyc mccurdyc commented May 6, 2020

Relevant (Referenced) Link(s)

Validation

$ make test
git clone git@github.com:mccurdyc/cli.git /tmp/cli && \
( 
    cd /tmp/cli && \
    git checkout mccurdyc/logging-syslog && \
    make test && \
    rm -rf /tmp/cli \
)

Signed-off-by: Colton McCurdy <cmccurdy@fastly.com>
@mccurdyc mccurdyc requested a review from phamann May 6, 2020 15:56
Copy link
Member

@phamann phamann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good @mccurdyc a few minor typos and one question around how we handle fastly.Cbool().

pkg/logging/syslog/create.go Outdated Show resolved Hide resolved
pkg/logging/syslog/create.go Show resolved Hide resolved
pkg/logging/syslog/update.go Outdated Show resolved Hide resolved
pkg/logging/syslog/describe.go Outdated Show resolved Hide resolved
pkg/logging/syslog/list.go Outdated Show resolved Hide resolved
s/Amazon Syslog/Syslog/g

Co-authored-by: Patrick Hamann <patrick@fastly.com>
Copy link
Member

@phamann phamann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

pkg/logging/syslog/root.go Outdated Show resolved Hide resolved
@phamann phamann added the enhancement New feature or request label May 8, 2020
mccurdyc and others added 5 commits May 8, 2020 08:32
Fix grammar error and inconsistency.

Co-authored-by: Patrick Hamann <patrick@fastly.com>
Signed-off-by: Colton McCurdy <cmccurdy@fastly.com>
Signed-off-by: Colton McCurdy <cmccurdy@fastly.com>
@mccurdyc mccurdyc merged commit 817b5bd into fastly:master May 8, 2020
@mccurdyc mccurdyc deleted the mccurdyc/logging-syslog branch May 8, 2020 13:10
@mccurdyc mccurdyc changed the title logging: adds syslog logging endpoint Adds Syslog logging endpoint support May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants