watchtower icon indicating copy to clipboard operation
watchtower copied to clipboard

Python CloudWatch Logging: Log Analytics and Application Intelligence

Results 25 watchtower issues
Sort by recently updated
recently updated
newest added

Hi - firstly thanks for creating this log handler, it's simplified things for me greatly. however I'm unable to get things to work as described in the doco.; the [example...

"watchtower\__init__.py:381: WatchtowerWarning: Received message after logging system shutdown warnings.warn("Received message after logging system shutdown", WatchtowerWarning)" Getting the above error while logging ,

``` boto3_logs_client = boto3.client("logs", region_name=AWS_REGION_NAME) ``` Can you please guys make a set-up example for django application, with explicit log group and log stream name. Then, go do we have...

Hi in my Django project I have implemented the log on Cloudwatch, but the parameter `` log_group_name``` gives me an error, ``` Invalid type for parameter logGroupNamePrefix, value: ('mylogname',), type:...

TODO: - [ ] Delete outer retry loop - [ ] Set custom retry config - [ ] Verify total retries and seconds

Sorry I've been pretty busy focused on other things. The branch had already been updated to include at least some typing and all that needed to be clicked is the...

The logger is not successfully writing to CloudWatch when using multiprocessing. I tested to see whether this was my configuration by dropping a watchtower handler and using a file handler....

I need my messages to flush after each send, but your flush method shuts down. Can you change this?