Skip to content

Commit

Permalink
Revert "requestId in DEFAULT_LOGGING_FORMAT"
Browse files Browse the repository at this point in the history
This reverts commit ae6d7e3.
  • Loading branch information
tammy-baylis-swi committed Apr 5, 2024
1 parent 3603abf commit 559e9cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

DEFAULT_LOGGING_FORMAT = "%(asctime)s %(levelname)s [%(name)s] [%(filename)s:%(lineno)d] [requestId=%(requestId)s] [trace_id=%(otelTraceID)s span_id=%(otelSpanID)s resource.service.name=%(otelServiceName)s trace_sampled=%(otelTraceSampled)s] - %(message)s"
DEFAULT_LOGGING_FORMAT = "FOOBAR-TESTING %(asctime)s %(levelname)s [%(name)s] [%(filename)s:%(lineno)d] [trace_id=%(otelTraceID)s span_id=%(otelSpanID)s resource.service.name=%(otelServiceName)s trace_sampled=%(otelTraceSampled)s] - %(message)s"


_MODULE_DOC = """
Expand Down

0 comments on commit 559e9cb

Please sign in to comment.