remove build flags, add debug server to accounts

This commit is contained in:
Willy Kloucek
2022-01-03 11:11:15 +01:00
parent 6d0b754a86
commit eee0d0c4c8
24 changed files with 260 additions and 63 deletions
+2
View File
@@ -23,11 +23,13 @@ func StoreCommand(cfg *config.Config) *cli.Command {
return err
}
// TODO: what to do
//globalLog = cfg.Log
return nil
},
Action: func(c *cli.Context) error {
// TODO: what to do
// if accounts logging is empty in ocis.yaml
//if (cfg.Store.Log == shared.Log{}) && (globalLog != shared.Log{}) {
// // we can safely inherit the global logging values.