Skip to content
Snippets Groups Projects
Commit 0478d6e6 authored by Steffen Schulze's avatar Steffen Schulze
Browse files

logging added

parent 24bc02ff
No related branches found
No related tags found
1 merge request!10Refactoring
Pipeline #40599 passed with warnings with stages
in 2 minutes and 33 seconds
......@@ -195,6 +195,7 @@ func setLogLevel() (err error) {
func checkMode() error {
selectedTyp := CurrentConfiguration.CloudForwarding.Protocol
Logger.Info("Selected cloud type " + CurrentConfiguration.CloudForwarding.Protocol)
switch strings.ToLower(selectedTyp) {
case HTTP:
case NATS:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment