Simple Log Service (SLS) - Python Logging Handler released
Apr 19 2018
Simple Log Service (SLS)Content
Target customers: developers. Features released: Python Logging is a powerful standard module of logging for Python applications, and Python Log Handler can automatically upload every entry of Python application logs to Log Service without the need to write it to disks. Comparing to other uploading methods after writing logs to disks, Python Log Handler excels in: 1. Real-time: direct sending without writing to disks. 2. Large throughput with asynchronous sending. 3. Easy configuration: The configuration is activated simply by the modification of the configuration files, without modifying the applications or acquiring the location of the computer, and is completely compatible with Python logging module. See Python Logging Handler.