Invalid configuration file key -error

Hello, unfortunately my Storj no longer works. So far it has been running in Docker without any problems. I now get the following error message:
2023-04-17T18:48:27.588Z INFO Configuration loaded {“Process”: “storagenode-updater”, “Location”: “/app/config/config.yaml”}

2023-04-17T18:48:27.588Z INFO Invalid configuration file key {“Process”: “storagenode-updater”, “Key”: “operator.email”}

2023-04-17T18:48:27.588Z INFO Invalid configuration file key {“Process”: “storagenode-updater”, “Key”: “server.private-address”}

2023-04-17T18:48:27.588Z INFO Invalid configuration file key {“Process”: “storagenode-updater”, “Key”: “storage.allocated-bandwidth”}

2023-04-17T18:48:27.588Z INFO Invalid configuration file key {“Process”: “storagenode-updater”, “Key”: “contact.external-address”}

2023-04-17T18:48:27.588Z INFO Invalid configuration file key {“Process”: “storagenode-updater”, “Key”: “server.address”}

2023-04-17T18:48:27.588Z INFO Invalid configuration file key {“Process”: “storagenode-updater”, “Key”: “storage.allocated-disk-space”}

2023-04-17T18:48:27.588Z INFO Invalid configuration file key {“Process”: “storagenode-updater”, “Key”: “operator.wallet”}

2023-04-17T18:48:27.588Z INFO Invalid configuration file key {“Process”: “storagenode-updater”, “Key”: “operator.wallet-features.0”}

2023-04-17T18:48:27.588Z INFO Invalid configuration file value for key {“Process”: “storagenode-updater”, “Key”: “log.caller”}

2023-04-17T18:48:27.588Z INFO Invalid configuration file value for key {“Process”: “storagenode-updater”, “Key”: “log.development”}

2023-04-17T18:48:27.588Z INFO Invalid configuration file value for key {“Process”: “storagenode-updater”, “Key”: “log.level”}

2023-04-17T18:48:27.588Z INFO Invalid configuration file value for key {“Process”: “storagenode-updater”, “Key”: “log.stack”}

I’ve already tried a new, fresh install and am getting the same errors.

These are messages from updater. And they are not errors. Log messages have different severity levels. Roughly: info, warning, error, fatal.
These are merely an info ones. Updater uses same config file as node and just complains that it sees some settings that it doesn’t know. Nothing to worry about here.

But… is your node not working? How can you tell? Can you access dashboard? What it shows?

1 Like

The node is not working at the moment. The shown log entries are the last noticeable ones, without any following ones. Therefore, the node is of course not accessible via the dashboard.

Did you redirect your logs to the file?
If so, you need to check this file instead.