@Skejven official release contains com.cognifide.aet.vs.mongodb.MongoDBClient.cfg and org.ops4j.pax.logging.cfg as well. In the first case I assume we rely on MONGODB_URI to set the right MongoDB endpoint, the second config is all about loggers, which are not important in case Docker deployment (Karaf logs to stdout, which can be picked up easily with docker logs -f <container_id>. Is my understanding correct?
I compared https://github.com/Cognifide/aet/releases/download/3.1.0/configs.zip with the content of
karaf/configs
directory and fixed differences between them.@Skejven official release contains
com.cognifide.aet.vs.mongodb.MongoDBClient.cfg
andorg.ops4j.pax.logging.cfg
as well. In the first case I assume we rely onMONGODB_URI
to set the right MongoDB endpoint, the second config is all about loggers, which are not important in case Docker deployment (Karaf logs to stdout, which can be picked up easily withdocker logs -f <container_id>
. Is my understanding correct?