-
Notifications
You must be signed in to change notification settings - Fork 6
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
Labels
enhancement
New feature or request
Comments
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
…, update logger logic in createGraphQLRoutes
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 11, 2024
RiceWithMeat
added a commit
that referenced
this issue
Dec 18, 2024
RiceWithMeat
added a commit
that referenced
this issue
Dec 20, 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 23, 2024
RiceWithMeat
added a commit
that referenced
this issue
Dec 23, 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 3, 2025
RiceWithMeat
added a commit
that referenced
this issue
Jan 3, 2025
RiceWithMeat
added a commit
that referenced
this issue
Jan 3, 2025
RiceWithMeat
added a commit
that referenced
this issue
Jan 5, 2025
RiceWithMeat
added a commit
that referenced
this issue
Jan 5, 2025
RiceWithMeat
added a commit
that referenced
this issue
Jan 5, 2025
RiceWithMeat
added a commit
that referenced
this issue
Jan 5, 2025
RiceWithMeat
added a commit
that referenced
this issue
Jan 5, 2025
#102 into [email protected] 🐘 add logger support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: