Skip to content

Commit

Permalink
misc: Change folder load log level to info (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
artempyanykh authored Dec 14, 2024
1 parent 7e355aa commit b9ec789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marksman/Folder.fs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ module Folder =
| MultiFile folder -> MultiFile { folder with config = config } |> mk

let tryLoad (userConfig: option<Config>) (name: string) (folderId: FolderId) : option<Folder> =
logger.trace (
logger.info (
Log.setMessage "Loading folder documents"
>> Log.addContext "uri" folderId.uri
)
Expand Down

0 comments on commit b9ec789

Please sign in to comment.