معرفی شرکت ها


fiaas-logging-0.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python library for configuring logs in the FIAAS way
ویژگی مقدار
سیستم عامل -
نام فایل fiaas-logging-0.1.1
نام fiaas-logging
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده FIAAS developers
ایمیل نویسنده fiaas@googlegroups.com
آدرس صفحه اصلی https://github.com/fiaas/logging
آدرس اینترنتی https://pypi.org/project/fiaas-logging/
مجوز Apache License
.. Copyright 2017-2019 The FIAAS Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ============= FIAAS Logging ============= |Build Badge| |Code quality badge| .. |Build Badge| image:: https://fiaas-svc.semaphoreci.com/badges/logging.svg?style=shields :target: https://fiaas-svc.semaphoreci.com/projects/logging .. |Code quality badge| image:: https://api.codacy.com/project/badge/Grade/735fe699137c4c1d94748d5c2525157f :alt: Codacy Badge :target: https://app.codacy.com/gh/fiaas/logging This library configures logging according to the current FIAAS recomended format. Usage:: from fiaas_logging import init_logging init_logging(format="json") This would configure your application to emit JSON formatted logs on STDOUT. Available options (all are keyword arguments to `init_logging`): ====== =============== ================================================= Key Possible values Meaning ====== =============== ================================================= format `json`/`plain` Select either JSON logging, or plain text logging debug `True`/`False` Enable debug logging ====== =============== ================================================= The plain format contains the fields timestamp, level name, message, logger name, and thread name. In the json format, there are more fields, with more detail. The fields in the json output are: ============ ======================================================================= Name Meaning ============ ======================================================================= @timestamp Timestamp of message @version Version, legacy field to support ELK stack at FINN (to be removed?) LocationInfo A structure describing the code location that logged this message message The actual log message extras A structure containing extra fields. Used for thread context throwable A formatted stacktrace if the log message is the result of an exception ============ ======================================================================= Changes since last version -------------------------- * `7d96bdc`_: Add pip cache to gitignore .. _7d96bdc: https://github.com/fiaas/logging/commit/7d96bdc


نیازمندی

مقدار نام
==4.6.9 pytest
==2.8.1 pytest-cov
==1.22.1 pytest-html
==0.9.2 pytest-sugar
==0.3.1 callee
==3.0.5 mock
- prospector
- publish


نحوه نصب


نصب پکیج whl fiaas-logging-0.1.1:

    pip install fiaas-logging-0.1.1.whl


نصب پکیج tar.gz fiaas-logging-0.1.1:

    pip install fiaas-logging-0.1.1.tar.gz