Metadata-Version: 2.1
Name: lightsaillogger
Version: 0.1.5
Summary: Log all your lightsail containers in 1 log file
Home-page: https://github.com/two-trick-pony-NL/LightSailLogger
Author: Peter van Doorn
Author-email: peter@petervandoorn.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Lightsail Logger

**Lightsail Logger** is a simple Python application designed to aggregate and display logs from all containers within a Lightsail service in one unified view. This tool is ideal for developers and operators who need a straightforward way to monitor and analyze logs from various containers running under a single Lightsail service.

## Features

- **Aggregate Logs**: Collect logs from multiple containers in one service.
- **Unified View**: Display logs from all containers in a single overview.
- **Customizable**: Adjust the logging window by specifying the time range.

## Installation

You can install Lightsail Logger using pip. Open your terminal and run:

```bash
pip install lightsaillogger
```

## Usage

simply import the class and call the logger method
