Skip to content

Instantly share code, notes, and snippets.

@kijanowski
Created September 26, 2019 21:35
Show Gist options
  • Save kijanowski/825b6bfe6e85ef794fc426c963c03bc6 to your computer and use it in GitHub Desktop.
Save kijanowski/825b6bfe6e85ef794fc426c963c03bc6 to your computer and use it in GitHub Desktop.
-----------------------------------------------------------------------
--------------------------- Animals service ---------------------------
-----------------------------------------------------------------------
2019-09-26 23:33:58.868 INFO 23020 --- [ault-executor-0] grpcgraphql.animal.AnimalService : ================> getAnimals done for id: 0
-----------------------------------------------------------------------
--------------------------- Country service ---------------------------
-----------------------------------------------------------------------
2019-09-26 23:33:59.099 INFO 23021 --- [ault-executor-0] grpcgraphql.country.CountryService : ================> Adding country with id A
2019-09-26 23:33:59.099 INFO 23021 --- [ault-executor-0] grpcgraphql.country.CountryService : ================> Adding country with id F
2019-09-26 23:33:59.123 INFO 23021 --- [ault-executor-0] grpcgraphql.country.CountryService : ================> getCountries done
-----------------------------------------------------------------------
--------------------------- Gateway service ---------------------------
-----------------------------------------------------------------------
2019-09-26 23:33:58.870 INFO 22676 --- [nio-8081-exec-4] grpcgraphql.graphql.GraphQLProvider : Found animals: 1
2019-09-26 23:33:59.127 INFO 22676 --- [onPool-worker-3] grpcgraphql.graphql.GraphQLProvider : Found countries: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment