Skip to content

Commit

Permalink
[docs] Improve logging configuration documentation. Fix #58
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Oct 7, 2020
1 parent 4668485 commit 4bc702f
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -83,6 +83,13 @@ To be able to run the example locally you should provide the two resources files
include::{cloudflow-examples-version}@docsnippets:ROOT:example$sensor-data-scala/src/main/resources/log4j.xml[]
----
+
you can tune the logging verbosity by changing the level(e.g. to `INFO`):
+
[source,xml]
----
<level value="INFO" />
----
+
. Create a `local.conf` file with the following contents and save it, as well, in your `src/main/resources/` directory:
+
[source,HOCON]
Expand Down

0 comments on commit 4bc702f

Please sign in to comment.