Skip to content
View liviaerxin's full-sized avatar

Block or report liviaerxin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
liviaerxin/README.md

Hi there 👋

trophy

Codewars

Pinned Loading

  1. fastapi-tusd Public

    Tus python server implementation on FastAPI

    Python 10 2

  2. hello-c Public

    An introduction to C programming

    C 1

  3. plyvel Public

    Forked from wbolster/plyvel

    help build cross-platform(osx, windows, linux) Plyvel binary wheels, seeing the Releases

    Cython 6 1

  4. fastapi-celery-ml Public

    A start-up example to serve time-consuming ML model efficiently

    Python 1

  5. FastAPI and Uvicorn Logging #python ...
    1
    # FastAPI and Uvicorn Logging
    2
    
                  
    3
    When running `FastAPI` app, all the logs in console are from `Uvicorn` and they do not have timestamp and other useful information. As `Uvicorn` applies python `logging` module, we can override `Uvicorn` logging formatter by applying a new logging configuration.
    4
    
                  
    5
    Meanwhile, it's able to unify the your endpoints logging with the `Uvicorn` logging by configuring all of them in the config file `log_conf.yaml`.
  6. GStreamer Pipeline Samples #GStreamer
    1
    # Gstreamer Pipeline Samples
    2
    
                  
    3
    Table of Contents:
    4
    
                  
    5
    - [Gstreamer Pipeline Samples](#gstreamer-pipeline-samples)