fix frontend build yet again
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
f69fd6b0e2
commit
71c47b0869
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ func main() {
|
||||||
log.Level = logrus.DebugLevel
|
log.Level = logrus.DebugLevel
|
||||||
log.Formatter = &logrus.TextFormatter{}
|
log.Formatter = &logrus.TextFormatter{}
|
||||||
|
|
||||||
go initProfiling(frontend, "1.0.0")
|
go initProfiling("frontend", "1.0.0")
|
||||||
go initTracing(log)
|
go initTracing(log)
|
||||||
|
|
||||||
srvPort := port
|
srvPort := port
|
||||||
|
|
Loading…
Reference in a new issue