From 2119c96fb52198da926c0d69adc89f925962aeb2 Mon Sep 17 00:00:00 2001 From: Gerson Zaragocin Date: Thu, 28 Apr 2016 10:37:36 -0500 Subject: [PATCH] Update service-discovery.adoc Changed the configuration name from application.yml to snoop.yml --- service-discovery.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-discovery.adoc b/service-discovery.adoc index 2a8e7d6..a4c7598 100644 --- a/service-discovery.adoc +++ b/service-discovery.adoc @@ -76,7 +76,7 @@ Check out https://github.com/ivargrimstad/snoop for more information. docker exec CONTAINER_ID /opt/jboss/wildfly/bin/jboss-cli.sh –connect “/subsystem=logging/console-handler=CONSOLE:change-log-level(level="CONFIG”)“ docker exec CONTAINER_ID /opt/jboss/wildfly/bin/jboss-cli.sh –connect ”/subsystem=logging/logger=eu.agilejava.snoop:add(level=CONFIG) -. Configure the service by editing the `application.yml` file +. Configure the service by editing the `snoop.yml` file . To register a service with snoop, all you need to do is annotate a class in the service with `@EnableSnoopClient`.