robocorp-logging


Namerobocorp-logging JSON
Version 0.0.9 PyPI version JSON
download
home_page
SummaryAutomatic trace logging for Python
upload_time2023-04-18 19:06:11
maintainer
docs_urlNone
authorFabio Z.
requires_python>=3.9,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Logging for python based Robocorp projects

Logging focused on RPA projects for Robocorp robots.

> Note: The current version is still pre-alpha and the [format specified](/docs/format.md) may still change.

## Why

Although the python logging is flexible it may be hard to analyze the logging afterwards and
provide a nice representation. Also, the format may end up using a big amount of disk space.

`robocorp-logging` improves those aspects by using a structured format which enables using less disk space
while also providing a viewer for the generated content.

Also, it provides utilities to setup logging so that logging is done automatically without having
to explicitly add calls to add content to the logging (although it's still possible to do so
when needed).


### Installation

Install with:

`pip install robocorp-logging`


## Dealing with sensitive data in the logs

* See: [Handling Sensitive Data](/docs/handling_sensitive_data.md)


## Internal structure

* [Format specification](/docs/format.md)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "robocorp-logging",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Fabio Z.",
    "author_email": "fabio@robocorp.com",
    "download_url": "https://files.pythonhosted.org/packages/5b/6f/fcfbcf06bbbed1f70ad02518ff192f95f59d5b611aad572ad8534329d0c2/robocorp_logging-0.0.9.tar.gz",
    "platform": null,
    "description": "# Logging for python based Robocorp projects\n\nLogging focused on RPA projects for Robocorp robots.\n\n> Note: The current version is still pre-alpha and the [format specified](/docs/format.md) may still change.\n\n## Why\n\nAlthough the python logging is flexible it may be hard to analyze the logging afterwards and\nprovide a nice representation. Also, the format may end up using a big amount of disk space.\n\n`robocorp-logging` improves those aspects by using a structured format which enables using less disk space\nwhile also providing a viewer for the generated content.\n\nAlso, it provides utilities to setup logging so that logging is done automatically without having\nto explicitly add calls to add content to the logging (although it's still possible to do so\nwhen needed).\n\n\n### Installation\n\nInstall with:\n\n`pip install robocorp-logging`\n\n\n## Dealing with sensitive data in the logs\n\n* See: [Handling Sensitive Data](/docs/handling_sensitive_data.md)\n\n\n## Internal structure\n\n* [Format specification](/docs/format.md)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Automatic trace logging for Python",
    "version": "0.0.9",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a200b660eb1da64f2e4af485a3f4d95c435a4dbc2cc1c8f0f3cef9f743f8e02",
                "md5": "f4815b084ae39e7710bfbfb266f89f12",
                "sha256": "d36a48e1e2aa4e5094339ed381940174a8f1bef4f31a3f35d6eba8fa6f1488a5"
            },
            "downloads": -1,
            "filename": "robocorp_logging-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f4815b084ae39e7710bfbfb266f89f12",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 76479,
            "upload_time": "2023-04-18T19:06:09",
            "upload_time_iso_8601": "2023-04-18T19:06:09.366416Z",
            "url": "https://files.pythonhosted.org/packages/1a/20/0b660eb1da64f2e4af485a3f4d95c435a4dbc2cc1c8f0f3cef9f743f8e02/robocorp_logging-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b6ffcfbcf06bbbed1f70ad02518ff192f95f59d5b611aad572ad8534329d0c2",
                "md5": "d5da04ea998375e7d3d4d9670634879b",
                "sha256": "1a05e9f164939d0a2a2225d30f6b8c34972cbaf992ac95f8e0d70d409ac64c66"
            },
            "downloads": -1,
            "filename": "robocorp_logging-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "d5da04ea998375e7d3d4d9670634879b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 70810,
            "upload_time": "2023-04-18T19:06:11",
            "upload_time_iso_8601": "2023-04-18T19:06:11.944716Z",
            "url": "https://files.pythonhosted.org/packages/5b/6f/fcfbcf06bbbed1f70ad02518ff192f95f59d5b611aad572ad8534329d0c2/robocorp_logging-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-18 19:06:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "robocorp-logging"
}
        
Elapsed time: 0.33753s