ncrypthic / doctrine-graphql

Doctrine ORM to GraphQL bridge
MIT License
2 stars 1 forks source link

Add PSR-3 logger #6

Open ncrypthic opened 5 years ago

ncrypthic commented 5 years ago

Add PSR3 compilant logger to DoctrineGraphQL.php class also add log messages.

nuncanada commented 5 years ago

I am going to do this. For now only debug messages? I know only of the warning about unknown GraphQL Types.

ncrypthic commented 5 years ago

Thank you @nuncanada , I think we also need to log the dql query on getXXXPage resolver.