p2panda / aquadoggo

Node for the p2panda network handling validation, storage, aggregation and replication
GNU Affero General Public License v3.0
70 stars 5 forks source link

Better "Initialised schema provider" logging info into printed config #516

Closed adzialocha closed 1 year ago

adzialocha commented 1 year ago

The logs showing:

[2023-08-20T21:55:46Z DEBUG aquadoggo::schema::schema_provider] Initialised schema provider:
    - schema_definition_v1
    - schema_field_definition_v1

.. is confusing as it does not reflect the schemas I'm actually supporting if I'm using config.toml.

Let's fix that and move it into the printed config on node startup.