From becf6cac7142011cc478ab7ab15d51799b190951 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Sat, 24 Dec 2016 03:14:29 +0100 Subject: allow restarting Kamon in the same process. taking some ideas from #395, this commit removes ConfigProviders and allows Kamon to be used in "permissive" mode until it gets started. --- kamon-core/src/main/resources/reference.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'kamon-core/src/main/resources/reference.conf') diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf index fb12b213..69e8c54f 100644 --- a/kamon-core/src/main/resources/reference.conf +++ b/kamon-core/src/main/resources/reference.conf @@ -141,9 +141,6 @@ kamon { } } - # FQCN for a implementation of - config-provider = default - # All settings included under the internal-config key will be used to repleace the akka.* and spray.* settings. By # doing this we avoid applying custom settings that might make sense for the user application to the internal actor # system and Spray facilities used by Kamon. -- cgit v1.2.3