# Log monitor
# About
The log monitor for Python is a program that allows you to gain direct access to the log content as it is recorded.
# Requirements
The Log monitor program requires:
- Python 3.6 or above.
- The
trustedtwin
library (see Trusted Twin Python library).
# Installation
To install the log monitor program, download the log_monitor.py
file from the Trusted Twin Tools - Log monitor(opens new window) repository. Next, add the name of the file and your User Secret (API key) to install and run the program:
# Optional arguments
It is possible to use additional, optional arguments.
Optional argument | Description |
---|---|
-u or --url | Uses the URL provided in the argument. |
-f or --file | Adds the logs to the file indicated. |
# Resources
# Log messages
Consult the Log messages section for a list of log messages with additional information regarding troubleshooting.
# Log monitor repository
You can access the program in the Trusted Twin Tools - Log monitor(opens new window) repository.