add config-file flag to ocis, propagate log config to graph & graph-explorer

This commit is contained in:
A.Unger
2021-03-17 10:58:28 +01:00
parent 732db59bcf
commit 41f4a633f5
5 changed files with 13 additions and 14 deletions
+1
View File
@@ -70,6 +70,7 @@ type Mode int
// Config combines all available configuration parts.
type Config struct {
Mode Mode
File string
Registry string
Log Log