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

Documented an approach of log levels usage #1368

Merged
merged 2 commits into from
Mar 3, 2020

Conversation

akremsa
Copy link
Contributor

@akremsa akremsa commented Feb 27, 2020

This PR is related to #1223

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 8868e4e0-a3b1-4efe-86d8-1784c6229931

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/1368/head:pr_1368 && git checkout pr_1368
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.4.0-ce43a23

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 44b634fe-2a8f-4c9c-9aae-73f9e6dc5482

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 50385723-a2b8-43a4-8f07-d11cd7ad81c8

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/1368/head:pr_1368 && git checkout pr_1368
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.4.0-5484ebb

@akremsa akremsa requested a review from aLekSer March 1, 2020 13:25
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 52648e76-f2c4-4f54-b451-ee72e9a95b8d

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 5d241656-8b4e-4a88-a5b9-e13662664557

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/1368/head:pr_1368 && git checkout pr_1368
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.4.0-8285cf5

Copy link
Collaborator

@aLekSer aLekSer left a comment

Choose a reason for hiding this comment

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

Thanks for putting this together and applying comments

@akremsa
Copy link
Contributor Author

akremsa commented Mar 2, 2020

/assign @roberthbailey

Copy link
Collaborator

@markmandel markmandel left a comment

Choose a reason for hiding this comment

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

Since this is an almost direct copy/paste from https://reflectoring.io/logging-levels/ - let's credit the article with providing the foundation.

@akremsa
Copy link
Contributor Author

akremsa commented Mar 2, 2020

Since this is an almost direct copy/paste from https://reflectoring.io/logging-levels/ - let's credit the article with providing the foundation.

Done

@akremsa akremsa requested a review from markmandel March 2, 2020 17:49
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 1aa2b1c1-2ddf-41c4-80ac-5f7e13ceb328

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/1368/head:pr_1368 && git checkout pr_1368
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.4.0-97bad0e

Copy link
Collaborator

@markmandel markmandel left a comment

Choose a reason for hiding this comment

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

Nice stuff 👍

@google-oss-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: akremsa, aLekSer, markmandel

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-robot
Copy link

New changes are detected. LGTM label has been removed.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 60b590b2-da35-4e96-adca-1ce237289193

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 2353984f-0868-4657-9123-c677f67c55d6

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/1368/head:pr_1368 && git checkout pr_1368
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.4.0-e9be7ce

@markmandel markmandel added area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. area/meta Organisational matters. e.g. Governance, release cycles, etc. kind/documentation Documentation for Agones labels Mar 3, 2020
@markmandel markmandel added this to the 1.4.0 milestone Mar 3, 2020
@markmandel markmandel merged commit b8ed44d into googleforgames:master Mar 3, 2020
ilkercelikyilmaz pushed a commit to ilkercelikyilmaz/agones that referenced this pull request Oct 23, 2020
fixes

fix

Co-authored-by: Mark Mandel <mark.mandel@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. area/meta Organisational matters. e.g. Governance, release cycles, etc. kind/documentation Documentation for Agones size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants