Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django set-up [Documentation] #173

Closed
omonimus1 opened this issue Mar 26, 2022 · 4 comments
Closed

Django set-up [Documentation] #173

omonimus1 opened this issue Mar 26, 2022 · 4 comments

Comments

@omonimus1
Copy link

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 just boto3.client(), if most of the guides for watchtower nows requires:

CLOUDWATCH_AWS_ID = env("CLOUDWATCH_AWS_ID")
CLOUDWATCH_AWS_KEY = env("CLOUDWATCH_AWS_KEY")
logger_boto3_session = Session(
 aws_access_key_id=CLOUDWATCH_AWS_ID,
 aws_secret_access_key=CLOUDWATCH_AWS_KEY,
 region_name='eu-west-2',
)
@Cyb3rFl3x
Copy link

This would be quite nice, I'm trying to get in running since 2 days and I do not understand it yet...

@omonimus1
Copy link
Author

@Cyb3rFl3x
Copy link

🙏

@kislyuk
Copy link
Owner

kislyuk commented Feb 22, 2023

Thank you for your interest in Watchtower. The documentation already has a section that comprehensively covers Django setup.

@kislyuk kislyuk closed this as completed Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants