graphql-engine/server/src-lib/Hasura/GraphQL/Logging.hs
Daniel Harvey 95f5553af6 chore(server): split new statistics log from QueryLog
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8326
GitOrigin-RevId: 02ee652302de5328e63054a6448dca10de7b5c1b
2023-03-15 13:06:47 +00:00

12 lines
360 B
Haskell

-- |
-- This module holds functions and data types used for logging at the GraphQL
-- layer. In contrast with, logging at the HTTP server layer.
module Hasura.GraphQL.Logging
( module Hasura.GraphQL.Logging.QueryLog,
module Hasura.GraphQL.Logging.ExecutionLog,
)
where
import Hasura.GraphQL.Logging.ExecutionLog
import Hasura.GraphQL.Logging.QueryLog