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

feat: logging customization #2961

Merged
merged 15 commits into from Sep 12, 2022
Merged

Commits on Sep 1, 2022

  1. Copy the full SHA
    a7e71d0 View commit details
    Browse the repository at this point in the history
  2. add docs

    jiewpeng committed Sep 1, 2022
    Copy the full SHA
    a98f9e5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d7028e2 View commit details
    Browse the repository at this point in the history
  4. docs: fix bentoml containerize command help message (bentoml#2957)

    Co-authored-by: Sauyon Lee <2347889+sauyon@users.noreply.github.com>
    2 people authored and jiewpeng committed Sep 1, 2022
    Copy the full SHA
    2eec1fd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4b6a5d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Copy the full SHA
    16c8e20 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    24d1f7f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8ddf3c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. use eager imports

    jiewpeng committed Sep 6, 2022
    Copy the full SHA
    66f9c74 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. standardise naming

    jiewpeng committed Sep 7, 2022
    Copy the full SHA
    6e7d2a3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cef08c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. docs: update wrong paths for disabling logs (bentoml#2974)

    YAML fields for disabling access logs on docs is not correct before. This PR address this.
    creativedutchmen authored and jiewpeng committed Sep 12, 2022
    Copy the full SHA
    f0ec881 View commit details
    Browse the repository at this point in the history
  2. feat: track serve update for start subcommands (bentoml#2976)

    ## What does this PR address?
    <!--
    Thanks for sending a pull request!
    
    Congrats for making it this far! Here's a 🍱 for you. There are still a
    few steps ahead.
    
    Please make sure to read the contribution guidelines, then fill out the
    blanks below before requesting a code review.
    
    Name your Pull Request with one of the following prefixes, e.g. "feat:
    add support for PyTorch", to indicate the type of changes proposed. This
    is based on the [Conventional Commits
    specification](https://www.conventionalcommits.org/en/v1.0.0/#summary).
      - feat: (new feature for the user, not a new feature for build script)
      - fix: (bug fix for the user, not a fix to a build script)
      - docs: (changes to the documentation)
    - style: (formatting, missing semicolons, etc; no production code
    change)
      - refactor: (refactoring production code, eg. renaming a variable)
      - perf: (code changes that improve performance)
    - test: (adding missing tests, refactoring tests; no production code
    change)
      - chore: (updating grunt tasks etc; no production code change)
    - build: (changes that affect the build system or external dependencies)
      - ci: (changes to configuration files and scripts)
      - revert: (reverts a previous commit)
    
    Describe your changes in detail. Attach screenshots here if appropriate.
    
    Once you're done with this, someone from BentoML team or community
    member will help review your PR (see "Who can help review?" section for
    potential reviewers.). If no one has reviewed your PR after a week have
    passed, don't hesitate to post a new comment and ping @-the same person.
    Notifications sometimes get lost 🥲.
    -->
    
    <!-- Remove if not applicable -->
    Fixes #(issue)
    
    ## Before submitting:
    <!--- Go over all the following points, and put an `x` in all the boxes
    that apply. -->
    <!--- If you're unsure about any of these, don't hesitate to ask. We're
    here to help! -->
    <!--- If you plan to update documentation or tests in follow-up, please
    note -->
    - [ ] Does the Pull Request follow [Conventional Commits
    specification](https://www.conventionalcommits.org/en/v1.0.0/#summary)
    naming? Here are [GitHub's
    
    guide](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
    on how to create a pull request.
    - [ ] Does the code follow BentoML's code style, both `make format` and
    `make lint` script have passed
    ([instructions](https://github.com/bentoml/BentoML/blob/main/DEVELOPMENT.md#style-check-auto-formatting-type-checking))?
    - [ ] Did you read through [contribution
    guidelines](https://github.com/bentoml/BentoML/blob/main/CONTRIBUTING.md#ways-to-contribute)
    and follow [development
    guidelines](https://github.com/bentoml/BentoML/blob/main/DEVELOPMENT.md#start-developing)?
    - [ ] Did your changes require updates to the documentation? Have you
    updated
    those accordingly? Here are [documentation
    guidelines](https://github.com/bentoml/BentoML/tree/main/docs) and [tips
    on writting
    docs](https://github.com/bentoml/BentoML/tree/main/docs#writing-documentation).
    - [ ] Did you write tests to cover your changes?
    
    ## Who can help review?
    
    Feel free to tag members/contributors who can help review your PR.
    <!--
    Feel free to ping any of the BentoML members for help on your issue, but
    don't ping more than three people 😊.
    If you know how to use git blame, that is probably the easiest way.
    
    Team members that you can ping:
    - @parano
    - @yubozhao
    - @bojiang
    - @ssheng
    - @aarnphm
    - @sauyon
    - @larme
    - @yetone
    - @jjmachan
    -->
    ssheng authored and jiewpeng committed Sep 12, 2022
    Copy the full SHA
    098daa2 View commit details
    Browse the repository at this point in the history
  3. add docs

    jiewpeng committed Sep 12, 2022
    Copy the full SHA
    7e40042 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    021495c View commit details
    Browse the repository at this point in the history