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

Add proper logging to server #15

Open
MikeDrewitt opened this issue Jun 21, 2021 · 0 comments
Open

Add proper logging to server #15

MikeDrewitt opened this issue Jun 21, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MikeDrewitt
Copy link
Member

Feature request


Add a way to log out different levels of issues. This can range from developer logging for local development, to all logging for production environments.

This should be configurable via env vars as well as configuration files.

The output should be what @daviddob wants for production builds. And for developer logs, we're going to want at least a way to log out exact sql queries that are being run at any given time. This feature should be able to be enabled at runtime via an env var. This system should be able to be dropped into very few places in the API and work across the application without developer intervention.

@MikeDrewitt MikeDrewitt added the enhancement New feature or request label Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants