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

Logger for rest and graphl routes #102

Closed
debabin opened this issue Aug 27, 2023 · 0 comments · Fixed by #131
Closed

Logger for rest and graphl routes #102

debabin opened this issue Aug 27, 2023 · 0 comments · Fixed by #131
Assignees
Labels
enhancement New feature or request

Comments

@debabin
Copy link
Member

debabin commented Aug 27, 2023

Add the ability to include a logger that should show what type of request came in, what data came in and what was the result of the request

@debabin debabin added the enhancement New feature or request label Aug 27, 2023
RiceWithMeat added a commit that referenced this issue Nov 21, 2023
RiceWithMeat added a commit that referenced this issue Nov 21, 2023
# Conflicts:
#	src/core/graphql/createGraphQLRoutes/createGraphQLRoutes.test.ts
#	src/core/graphql/createGraphQLRoutes/createGraphQLRoutes.ts
#	src/core/middlewares/notFoundMiddleware/notFoundMiddleware.test.ts
#	src/core/rest/createRestRoutes/createRestRoutes.test.ts
#	src/core/rest/createRestRoutes/createRestRoutes.ts
#	src/server/createGraphQLMockServer/createGraphQLMockServer.ts
#	src/server/createMockServer/createMockServer.ts
#	src/server/createRestMockServer/createRestMockServer.ts
RiceWithMeat added a commit that referenced this issue Nov 21, 2023
RiceWithMeat added a commit that referenced this issue Nov 21, 2023
…, update logger logic in createGraphQLRoutes
@RiceWithMeat RiceWithMeat linked a pull request Nov 22, 2023 that will close this issue
RiceWithMeat added a commit that referenced this issue Dec 3, 2023
RiceWithMeat added a commit that referenced this issue Apr 6, 2024
RiceWithMeat added a commit that referenced this issue Apr 6, 2024
# Conflicts:
#	.eslintrc.js
#	src/core/graphql/createGraphQLRoutes/createGraphQLRoutes.ts
#	src/core/middlewares/notFoundMiddleware/notFoundMiddleware.ts
#	src/core/rest/createRestRoutes/createRestRoutes.ts
#	src/server/createGraphQLMockServer/createGraphQLMockServer.ts
#	src/server/createMockServer/createMockServer.ts
#	src/server/createRestMockServer/createRestMockServer.ts
#	src/utils/helpers/interceptors/callRequestInterceptor/callRequestInterceptor.test.ts
#	src/utils/types/graphql.ts
#	src/utils/types/rest.ts
#	src/utils/types/utils.ts
RiceWithMeat added a commit that referenced this issue Nov 11, 2024
RiceWithMeat added a commit that referenced this issue Nov 28, 2024
RiceWithMeat added a commit that referenced this issue Dec 20, 2024
RiceWithMeat added a commit that referenced this issue Dec 22, 2024
…leware refactoring fix readme, add callResponseLogger tests, add statusCode in default response log
RiceWithMeat added a commit that referenced this issue Dec 22, 2024
RiceWithMeat added a commit that referenced this issue Dec 30, 2024
… and graphql interceptors, replace (.mock.calls.length).toBe() -> .toBeCalledTimes(), fix readme
RiceWithMeat added a commit that referenced this issue Jan 5, 2025
RiceWithMeat added a commit that referenced this issue Jan 5, 2025
This was referenced Jan 5, 2025
@debabin debabin closed this as completed Jan 5, 2025
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

Successfully merging a pull request may close this issue.

3 participants