logging: Log fields even when Honeycomb is disabled
Created by: chrismwendt
Before:
[enterprise-frontend] t=2022-06-08T20:36:42+0000 lvl=warn msg="slow search request"
After:
[enterprise-frontend] t=2022-06-08T20:36:42+0000 lvl=warn msg="slow search request" actor_internal=false actor_uid=1 alert_type= duration_ms=82 query="context:global ^ServeHTTP$ type:symbol patternType:regexp count:50 case:yes file:\\.(go)$ repo:^github.com/gorilla/mux$@91708ff8e35bafc8612f690a25f5dd0be6f16864" result_size=2 source=browser status=success type=CodeIntelSearch
Resolves https://github.com/sourcegraph/sourcegraph/issues/36688
Test plan
Ran locally