Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. -----------------------------------------------------------------------
  2. --------------------------- Animals service ---------------------------
  3. -----------------------------------------------------------------------
  4. 2019-09-26 23:36:33.296 INFO 23020 --- [ault-executor-1] grpcgraphql.animal.AnimalService : ================> getAnimals done for id:
  5.  
  6. -----------------------------------------------------------------------
  7. --------------------------- Country service ---------------------------
  8. -----------------------------------------------------------------------
  9. 2019-09-26 23:36:33.312 INFO 23021 --- [ault-executor-1] grpcgraphql.country.CountryService : ================> Adding country with id A
  10. 2019-09-26 23:36:33.312 INFO 23021 --- [ault-executor-1] grpcgraphql.country.CountryService : ================> Adding country with id F
  11. 2019-09-26 23:36:33.312 INFO 23021 --- [ault-executor-1] grpcgraphql.country.CountryService : ================> Adding country with id B
  12. 2019-09-26 23:36:33.312 INFO 23021 --- [ault-executor-1] grpcgraphql.country.CountryService : ================> Adding country with id E
  13. 2019-09-26 23:36:33.312 INFO 23021 --- [ault-executor-1] grpcgraphql.country.CountryService : ================> Adding country with id C
  14. 2019-09-26 23:36:33.330 INFO 23021 --- [ault-executor-1] grpcgraphql.country.CountryService : ================> Adding country with id D
  15. 2019-09-26 23:36:33.345 INFO 23021 --- [ault-executor-1] grpcgraphql.country.CountryService : ================> getCountries done
  16.  
  17. -----------------------------------------------------------------------
  18. --------------------------- Gateway service ---------------------------
  19. -----------------------------------------------------------------------
  20. 2019-09-26 23:36:33.297 INFO 22676 --- [nio-8081-exec-7] grpcgraphql.graphql.GraphQLProvider : Found animals: 4
  21. 2019-09-26 23:36:33.346 INFO 22676 --- [onPool-worker-3] grpcgraphql.graphql.GraphQLProvider : Found countries: 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement