This is an automated email from the ASF dual-hosted git repository. shuber pushed a commit to branch UNOMI-797-migration-doc-fixes in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/UNOMI-797-migration-doc-fixes by this push: new 96219de8a UNOMI-797 Fixes in migration documentation - Minor text improvements. 96219de8a is described below commit 96219de8a69560d8049a50aa163a79498f1c3445 Author: Serge Huber <shu...@jahia.com> AuthorDate: Fri Sep 1 10:55:31 2023 +0200 UNOMI-797 Fixes in migration documentation - Minor text improvements. --- manual/src/main/asciidoc/migrations/migrate-1.6-to-2.0.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/manual/src/main/asciidoc/migrations/migrate-1.6-to-2.0.adoc b/manual/src/main/asciidoc/migrations/migrate-1.6-to-2.0.adoc index 65ee4af4a..b175f0e64 100644 --- a/manual/src/main/asciidoc/migrations/migrate-1.6-to-2.0.adoc +++ b/manual/src/main/asciidoc/migrations/migrate-1.6-to-2.0.adoc @@ -40,12 +40,10 @@ Apache Unomi ships, out of the box, with all of the necessary JSON Schemas for i When creating your new schemas, there are multiple ways of testing them: -- Using a the event validation API endpoint mapped at : `/cxs/jsonSchema/validateEvent` +- Using a the event validation API endpoint available at the URL : `/cxs/jsonSchema/validateEvent` - Using debug logs when sending events using the usual ways (using the `/context.json` or `/eventcollector` endpoints) -Note that in both cases it helps to activate the debug logs. - -To active the debug logs you can activate them in two ways: +Note that in both cases it helps to activate the debug logs, that may be activated either: - Through the ssh Karaf console command : `log:set DEBUG org.apache.unomi.schema.impl.SchemaServiceImpl` - Using the UNOMI_LOGS_JSONSCHEMA_LEVEL=DEBUG environment variable and then restarting Apache Unomi. This is especially useful when using Docker Containers.