Skip to content

Commit

Permalink
Fix copy & paste bug in the docs (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
moxley authored Jun 6, 2024
1 parent ab3a4e8 commit a43bcd3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/logger_json/plug.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ if Code.ensure_loaded?(Plug) and Code.ensure_loaded?(:telemetry) do
defmodule LoggerJSON.Plug do
@moduledoc """
A telemetry handler that logs request information in JSON format.
This module is not recommended to be used in production, as it can be
costly to log every single database query.
"""
require Logger

Expand Down

0 comments on commit a43bcd3

Please sign in to comment.