Gary Lee
Gary Lee
Here are the messages in the new output format, with two repos indexed. Note the Resource changes based on repo but Scope stays the same. ``` {"SeverityText":"INFO","Timestamp":1655321133882789000,"InstrumentationScope":"zoekt-sourcegraph-indexserver","Caller":"zoekt-sourcegraph-indexserver/main.go:407","Function":"main.(*Server).Run","Body":"updated index","Resource":{"service.name":"zoekt-sourcegraph-indexserver","service.version":"a825d4bd1fe50294973d147c7ff0fb5ecaef8f73","service.instance.id":"MacBook-Pro.local"},"Attributes":{"repo":"git220614","id":754935985,"branches":["HEAD=034225c9c6f4dba32ee9eab817663663b28fb347"],"duration":0.388097375}} {"SeverityText":"INFO","Timestamp":1655321134211092000,"InstrumentationScope":"zoekt-sourcegraph-indexserver","Caller":"zoekt-sourcegraph-indexserver/main.go:407","Function":"main.(*Server).Run","Body":"updated index","Resource":{"service.name":"zoekt-sourcegraph-indexserver","service.version":"a825d4bd1fe50294973d147c7ff0fb5ecaef8f73","service.instance.id":"MacBook-Pro.local"},"Attributes":{"repo":"newgit220521","id":475511032,"branches":["HEAD=19e58456817413eaee1cbceac6791f5d5785d62b"],"duration":0.328216625}}...
Updated PR description and will also add PR comments to the code after the recent push. If debug flag is included AND is set to true then we overwrite the...
Note that for the current debug logger if debug=false then it outputs nothing, regardless of the value of `SRC_LOG_LEVEL` env var. This is because the debug logger is its own...
@keegancsmith Thanks for having the go version modified for sourcegraph/log. I've just pushed some commits and the checks pass now. go.mod has the recent version / commit for sourcegraph/log now....
> Is this ready for review? I just responded to your test change. > > FYI it can be tricky to test time based stuff using the queue interface. To...
@keegancsmith @stefanhengl I removed one of the flakey tests and unit tests were added earlier. I'm open to removing other queue tests that might be flakey. Btw this ticket is...
Hello @xvandish, with regards to the github code host specifically since that is what you're mirroring: I believe the expectation in `zoekt-mirror-github` is to read the token from a `.github-token`...