import remote_log
remote_log("https://myserver.com/log/", "log this my dear logging server")
It sends a POST request to the server with the data you passed. If the system is offline, it stored the logs offline and sends all the data on the next call of remote_log.
This way you are always assured you will receive the data to be logged.
It also sends basic system information. Any uniquely identifiable information is not sent as plain text. It is hashed on the system using SHA256 before being sent. This way the logging server can still uniquely identify a log request but have no traceability back to the system that sent it thus allowing you to take a PRIVACY FIRST approach to logging.
The function remote_log is non blocking and doesn't return anything. It's only purpose is to send logging data.
Release files for remote-log 1.0.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| remote-log-1.0.11.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| remote_log-1.0.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.9 kB
Release files / remote-log-1.0.11.tar.gz
| Download URL | remote-log-1.0.11.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b919c7497627bd637f2ebd39ab7a99ca279d1cafe2c5bcbfa8d7fa781467701a
|
|
BLAKE2b-256 checksum How to use checksums |
a91f42f1456ad03f5d51da907e145df69088378011d9eec8069e36c4e8b5696e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|
Release files / remote_log-1.0.11-py3-none-any.whl
| Download URL | remote_log-1.0.11-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b98a4e8087426cfccefe98a540303dc4c25fcd7e98f42ffba2d99c055f0a3dec
|
|
BLAKE2b-256 checksum How to use checksums |
6dc5ac17c9eb5ffb7f727fea33baba9c6d1f01b2019c59f3d0b2c4b8aba7b1c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|