added level based logging using uber/zap

This commit is contained in:
aishwarya-raimule
2023-01-09 19:34:48 +05:30
parent 1ad5c94ee2
commit 755b85ef15
8 changed files with 164 additions and 398 deletions

View File

@@ -4,12 +4,10 @@ import (
"com.navi.medici.janus/lib"
"com.navi.medici.janus/schema"
"fmt"
"io"
// "log"
"compress/gzip"
"encoding/json"
"fmt"
"io"
"io/ioutil"
"net/http"
)