-
- Downloads
Terminate GoShimmer without config file (#395)
* Fix #355 Terminate GoShimmer without config file - `skip-config` flag to bypass check and supply values from cli * Remove empty line * Add some comments * change termination comment * lower case beginning of comments * Don't mount config file into docker container by default * Integration tests skip config file check * Add flags for logger config * Log at debug level for integration tests * Update hive.go to latest version * upgrade hive.go Signed-off-by:Wolfgang Welz <welzwo@gmail.com> Co-authored-by:
Luca Moser <moser.luca@gmail.com> Co-authored-by:
jonastheis <mail@jonastheis.de> Co-authored-by:
Wolfgang Welz <welzwo@gmail.com>
Showing
- Dockerfile 0 additions, 2 deletionsDockerfile
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 2 deletionsgo.sum
- plugins/config/plugin.go 15 additions, 15 deletionsplugins/config/plugin.go
- plugins/logger/parameters.go 29 additions, 0 deletionsplugins/logger/parameters.go
- plugins/logger/plugin.go 2 additions, 0 deletionsplugins/logger/plugin.go
- plugins/remotelog/plugin.go 9 additions, 4 deletionsplugins/remotelog/plugin.go
- tools/integration-tests/tester/framework/docker.go 4 additions, 0 deletionstools/integration-tests/tester/framework/docker.go
- tools/integration-tests/tester/go.mod 1 addition, 1 deletiontools/integration-tests/tester/go.mod
- tools/integration-tests/tester/go.sum 2 additions, 2 deletionstools/integration-tests/tester/go.sum
... | @@ -11,7 +11,7 @@ require ( | ... | @@ -11,7 +11,7 @@ require ( |
github.com/gobuffalo/packr/v2 v2.7.1 | github.com/gobuffalo/packr/v2 v2.7.1 | ||
github.com/golang/protobuf v1.3.5 | github.com/golang/protobuf v1.3.5 | ||
github.com/gorilla/websocket v1.4.1 | github.com/gorilla/websocket v1.4.1 | ||
github.com/iotaledger/hive.go v0.0.0-20200430073924-0e16f8c3a522 | github.com/iotaledger/hive.go v0.0.0-20200504205557-790e3a7585f2 | ||
github.com/iotaledger/iota.go v1.0.0-beta.14 | github.com/iotaledger/iota.go v1.0.0-beta.14 | ||
github.com/labstack/echo v3.3.10+incompatible | github.com/labstack/echo v3.3.10+incompatible | ||
github.com/labstack/gommon v0.3.0 | github.com/labstack/gommon v0.3.0 | ||
... | ... |
plugins/logger/parameters.go
0 → 100644
Please register or sign in to comment