Skip to content

Commit

Permalink
mod_ginger_collection: set enoent doc warning to 'debug' level (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell authored Jul 19, 2023
1 parent edda2b4 commit f54dc4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ get(Type, Id, Context) ->
{ok, Doc} ->
Doc;
{error, enoent} ->
lager:info("m_collection_object: document not found '~s' index '~s'",
lager:debug("m_collection_object: document not found '~s' index '~s'",
[ DocId, Index ]),
undefined;
{error, _} ->
Expand Down

0 comments on commit f54dc4f

Please sign in to comment.