typedb-osi / typedb-loader

TypeDB Loader - Data Migration Tool for TypeDB
https://github.com/typedb-osi/typedb-loader
Apache License 2.0
60 stars 17 forks source link

Create typedb-osi java package names and update logging #61

Closed flyingsilverfin closed 2 years ago

flyingsilverfin commented 2 years ago

What is the goal of this PR?

We create a package structure that mirrors the correct java packaging for osi projects, prefixed with com.vaticle.typedb.osi. We also remove traces of *.bayer.* package names and in logging. Logback now sets the root log level to DEBUG instead of OFF.

What are the changes implemented in this PR?