Skip to main content

log into a file and push it to aws s3

Project description

# awsLogger

AwsLogger is a simple logging utility.
It allow you to log all type of data ( string, numbers, list, dictionaries or even custom objects ) into a file and push it to amazon s3.

## Installation

```
pip install awsLogger
```

## How to use

First import awsLogger:

```
import awsLogger
```

To log on your local machine:

```
awsLogger.log("this will be added to your log file", config)
```

To push current file to amazon s3:

```
awsLogger.push(config)
```

To log on your local machine and push to amazon s3:

```
awsLogger.logAndPush("this will be added to your log file and pushed to aws", config)
```

## How to configure

```
config = {
"awsId":<Your aws api id>,
"awsSecret":<Your aws api secret key>,
"projectId":<Identifier, if bucket name is not specifed, it will be used as bucket name, it will be used to generate a log file name if no log file name is specified>,
"bucketName":<The s3 bucket where to put the log file>,
"bucketPathFromRoot":<path on s3 bucket>
"fileName":"logfile name"
"filePath":"local file path"
}
```

All configuration entries are optional. if no awsId and no awsSecret are given, it will use your system default.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awsLogger-0.0.9.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

awsLogger-0.0.9-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page