Skip to content

Instantly share code, notes, and snippets.

@kijanowski
Created September 26, 2019 21:39
Show Gist options
  • Save kijanowski/f440d8a1094db82032bf08ddee6ef3eb to your computer and use it in GitHub Desktop.
Save kijanowski/f440d8a1094db82032bf08ddee6ef3eb to your computer and use it in GitHub Desktop.
-----------------------------------------------------------------------
--------------------------- Animals service ---------------------------
-----------------------------------------------------------------------
2019-09-26 23:36:33.296 INFO 23020 --- [ault-executor-1] grpcgraphql.animal.AnimalService : ================> getAnimals done for id:
-----------------------------------------------------------------------
--------------------------- Country service ---------------------------
-----------------------------------------------------------------------
2019-09-26 23:36:33.312 INFO 23021 --- [ault-executor-1] grpcgraphql.country.CountryService : ================> Adding country with id A
2019-09-26 23:36:33.312 INFO 23021 --- [ault-executor-1] grpcgraphql.country.CountryService : ================> Adding country with id F
2019-09-26 23:36:33.312 INFO 23021 --- [ault-executor-1] grpcgraphql.country.CountryService : ================> Adding country with id B
2019-09-26 23:36:33.312 INFO 23021 --- [ault-executor-1] grpcgraphql.country.CountryService : ================> Adding country with id E
2019-09-26 23:36:33.312 INFO 23021 --- [ault-executor-1] grpcgraphql.country.CountryService : ================> Adding country with id C
2019-09-26 23:36:33.330 INFO 23021 --- [ault-executor-1] grpcgraphql.country.CountryService : ================> Adding country with id D
2019-09-26 23:36:33.345 INFO 23021 --- [ault-executor-1] grpcgraphql.country.CountryService : ================> getCountries done
-----------------------------------------------------------------------
--------------------------- Gateway service ---------------------------
-----------------------------------------------------------------------
2019-09-26 23:36:33.297 INFO 22676 --- [nio-8081-exec-7] grpcgraphql.graphql.GraphQLProvider : Found animals: 4
2019-09-26 23:36:33.346 INFO 22676 --- [onPool-worker-3] grpcgraphql.graphql.GraphQLProvider : Found countries: 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment