Skip to content

Commit

Permalink
misc: Change folder load log level to info
Browse files Browse the repository at this point in the history
stack-info: PR: #379, branch: artempyanykh/stack/16
  • Loading branch information
artempyanykh committed Dec 14, 2024
1 parent 59cac87 commit 8da020f
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 8da020f

Please sign in to comment.