dendronhq / dendron

The personal knowledge management (PKM) tool that grows as you do!
https://wiki.dendron.so
Apache License 2.0
6.52k stars 247 forks source link

Unacceptably long timeout when system does not have network access #3953

Open joehays opened 8 months ago

joehays commented 8 months ago

Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.)

Describe the bug

Certain operations take on the order of 2-3 minutes when the system dendron is installed on does not have a network connection. Renaming a dendron note is just one example. It also happens when I try to create a new note.

If I disconnect from VPN and networking is reestablished with WSL then Dendron returns to behaving as expected.

To Reproduce

I use Dendron on WSL2/Ubuntu_20.04. It is well known that WSL2 looses network connectivity when the host Windows machine connects to a VPN. Once connected, certain operations take 2-3+ minutes for Dendron to execute. Renaming a note is just one example. There is a more fundemental issue at play here. If a network is not available... Dendron should not take 2-3+ minutes to timeout. Moreover, operations that are not network related (like renaming a file) should not be waiting on the network at all.

Expected behavior

File gets renamed/created immediately. These operations should not depend on the network.

Desktop (please complete the following information)

Dendron Log file

Please attach the output of > Dendron:Dev: Open Logs here

{"level":31,"time":1696598076414,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"Logger:configure","msg":"exit","logLevel":"info"}
{"level":30,"time":1696598077586,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"_activate","stage":"prod","isDebug":false,"logLevel":"info","logPath":"/home/joehays/.vscode-server/data/logs/20231006T091414/exthost3/dendron.dendron","extensionPath":"/home/joehays/.vscode-server/extensions/dendron.dendron-0.124.0","extensionUri":"/home/joehays/.vscode-server/extensions/dendron.dendron-0.124.0","workspaceFile":"/home/joehays/dendron/dendron.code-workspace","workspaceFolders":["/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes","/home/joehays/dendron/notes"]}
{"level":30,"time":1696598078626,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"No cache path for Segment specified. Failed event uploads will not be retried."}
{"level":30,"time":1696598078632,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"user telemetry setting: enabled by config"}
{"level":30,"time":1696598078633,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"telemetry initializing"}
{"level":30,"time":1696598078633,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"using existing id"}
{"level":30,"time":1696598078634,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"anonymous id","anonymousId":"87q9v6hznrzgpi2o6gny8tx"}
{"level":30,"time":1696598078700,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"DendronExtension","msg":"initialized"}
{"level":30,"time":1696598082749,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"_activate","msg":"initializeWorkspace","wsType":"CODE","currentVersion":"0.124.0","previousGlobalVersion":"0.124.0","extensionInstallStatus":"NO_CHANGE"}
{"level":30,"time":1696598082754,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WorkspaceActivator.init:postSetupTraits","wsRoot":"/home/joehays/dendron"}
{"level":30,"time":1696598083434,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"runMigrationsIfNecessary","changes":[],"workspaceInstallStatus":"NO_CHANGE"}

<snip>
...
</snip>

{"level":30,"time":1697038752881,"pid":256,"hostname":"SEDACS29L","name":"dendron","0":{"repo":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes","vaults":[{"fsPath":"dependencies/sfgitlab.nrl.navy.mil/joehays/notes","remote":{"type":"git","url":"git@sfgitlab.nrl.navy.mil:joehays/notes.git"},"name":"notes"}],"status":"can't connect to the remote"},"1":{"repo":"/home/joehays/dendron","vaults":[{"fsPath":".","selfContained":true,"name":"dendron"}],"status":"can't connect to the remote"}}
{"level":30,"time":1697038763456,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event dendron.reloadIndex"}
{"level":30,"time":1697038763457,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event dendron.reloadIndex"}
{"level":30,"time":1697038789839,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"dendron.refactorHierarchy:run","msg":"pre-execute"}
{"level":30,"time":1697038789839,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"RefactorHierarchy:execute","opts":{"scope":{"selectedItems":[{"label":"Entire Workspace","detail":"Scope refactor to entire workspace","alwaysShow":true}],"onAcceptHookResp":[]},"match":"notes.tools","replace":"tools"},"msg":"enter"}
{"level":30,"time":1697038789951,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeVisibleTextEditors","editorPaths":[]}
{"level":30,"time":1697038789953,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksChangeActiveTextEditor"}
{"level":30,"time":1697038797411,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"RefactorHierarchy:runOperations","orig":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.tools.flankspeed.md","replace":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.flankspeed.md"}
{"level":30,"time":1697038797411,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"RenameNoteV2a","msg":"enter","opts":{"files":[{"oldUri":{"$mid":1,"fsPath":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.tools.flankspeed.md","path":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.tools.flankspeed.md","scheme":"file"},"newUri":{"$mid":1,"fsPath":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.flankspeed.md","path":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.flankspeed.md","scheme":"file"},"vault":{"fsPath":"dependencies/sfgitlab.nrl.navy.mil/joehays/notes","remote":{"type":"git","url":"git@sfgitlab.nrl.navy.mil:joehays/notes.git"},"name":"notes"}}],"silent":true,"closeCurrentFile":false,"openNewFile":false,"noModifyWatcher":true}}
{"level":30,"time":1697038797471,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksEngineNoteStateChanged"}
{"level":30,"time":1697038797472,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"RenameNoteV2a","state":"exit"}
{"level":30,"time":1697038797472,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"RefactorHierarchy:runOperations","orig":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.tools.pandoc.md","replace":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.pandoc.md"}
{"level":30,"time":1697038797472,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"RenameNoteV2a","msg":"enter","opts":{"files":[{"oldUri":{"$mid":1,"fsPath":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.tools.pandoc.md","path":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.tools.pandoc.md","scheme":"file"},"newUri":{"$mid":1,"fsPath":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.pandoc.md","path":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.pandoc.md","scheme":"file"},"vault":{"fsPath":"dependencies/sfgitlab.nrl.navy.mil/joehays/notes","remote":{"type":"git","url":"git@sfgitlab.nrl.navy.mil:joehays/notes.git"},"name":"notes"}}],"silent":true,"closeCurrentFile":false,"openNewFile":false,"noModifyWatcher":true}}
{"level":30,"time":1697038797511,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksEngineNoteStateChanged"}
{"level":30,"time":1697038797511,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"RenameNoteV2a","state":"exit"}
{"level":30,"time":1697038797511,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"RefactorHierarchy:runOperations","orig":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.tools.vim.md","replace":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.vim.md"}
{"level":30,"time":1697038797511,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"RenameNoteV2a","msg":"enter","opts":{"files":[{"oldUri":{"$mid":1,"fsPath":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.tools.vim.md","path":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.tools.vim.md","scheme":"file"},"newUri":{"$mid":1,"fsPath":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.vim.md","path":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.vim.md","scheme":"file"},"vault":{"fsPath":"dependencies/sfgitlab.nrl.navy.mil/joehays/notes","remote":{"type":"git","url":"git@sfgitlab.nrl.navy.mil:joehays/notes.git"},"name":"notes"}}],"silent":true,"closeCurrentFile":false,"openNewFile":false,"noModifyWatcher":true}}
{"level":30,"time":1697038797548,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksEngineNoteStateChanged"}
{"level":30,"time":1697038797548,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"RenameNoteV2a","state":"exit"}
{"level":30,"time":1697038797548,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"RefactorHierarchy:runOperations","orig":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.tools.linux.admin.change-from-tcsh-to-bash.md","replace":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.linux.admin.change-from-tcsh-to-bash.md"}
{"level":30,"time":1697038797548,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"RenameNoteV2a","msg":"enter","opts":{"files":[{"oldUri":{"$mid":1,"fsPath":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.tools.linux.admin.change-from-tcsh-to-bash.md","path":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.tools.linux.admin.change-from-tcsh-to-bash.md","scheme":"file"},"newUri":{"$mid":1,"fsPath":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.linux.admin.change-from-tcsh-to-bash.md","path":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.linux.admin.change-from-tcsh-to-bash.md","scheme":"file"},"vault":{"fsPath":"dependencies/sfgitlab.nrl.navy.mil/joehays/notes","remote":{"type":"git","url":"git@sfgitlab.nrl.navy.mil:joehays/notes.git"},"name":"notes"}}],"silent":true,"closeCurrentFile":false,"openNewFile":false,"noModifyWatcher":true}}
{"level":30,"time":1697038797574,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksEngineNoteStateChanged"}
{"level":30,"time":1697038797575,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"RenameNoteV2a","state":"exit"}
{"level":30,"time":1697038797575,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"dendron.refactorHierarchy:run","msg":"post-execute"}
{"level":30,"time":1697038797703,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"FileWatcher:onDidCreate","fsPath":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.flankspeed.md","msg":"paused"}
{"level":30,"time":1697038797703,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"FileWatcher:onDidCreate","fsPath":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.linux.admin.change-from-tcsh-to-bash.md","msg":"paused"}
{"level":30,"time":1697038797703,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"FileWatcher:onDidCreate","fsPath":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.pandoc.md","msg":"paused"}
{"level":30,"time":1697038797703,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"FileWatcher:onDidCreate","fsPath":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/tools.vim.md","msg":"paused"}
{"level":30,"time":1697038809063,"pid":256,"hostname":"SEDACS29L","name":"dendron","0":{"repo":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes","vaults":[{"fsPath":"dependencies/sfgitlab.nrl.navy.mil/joehays/notes","remote":{"type":"git","url":"git@sfgitlab.nrl.navy.mil:joehays/notes.git"},"name":"notes"}],"status":"can't connect to the remote"},"1":{"repo":"/home/joehays/dendron","vaults":[{"fsPath":".","selfContained":true,"name":"dendron"}],"status":"can't connect to the remote"}}
{"level":30,"time":1697038809072,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"dendron.sync:run","msg":"post-execute"}
{"level":30,"time":1697038816729,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeVisibleTextEditors","editorPaths":["/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.tools.vim.md"]}
{"level":30,"time":1697038816747,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksChangeActiveTextEditor"}
{"level":30,"time":1697038818701,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event dendron.refactorHierarchy"}
{"level":30,"time":1697038818701,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event dendron.refactorHierarchy"}

<snip>
...
</snip>

{"level":30,"time":1697039594000,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"updateDecorations","msg":"decorating...","payload":{"decorationsLength":12,"diagnosticsLength":0}}
{"level":30,"time":1697039594005,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"updateDecorations","msg":"decorating...","payload":{"decorationsLength":2,"diagnosticsLength":0}}
{"level":30,"time":1697039594007,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"updateDecorations","msg":"decorating...","payload":{"decorationsLength":2,"diagnosticsLength":0}}
{"level":30,"time":1697039594015,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"LookupControllerV3:onHide","msg":"exit"}
{"level":30,"time":1697039594015,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"dendron.renameNote:run","msg":"pre-execute"}
{"level":30,"time":1697039594015,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"MoveNoteCommand:execute","opts":{"allowMultiselect":false,"useSameVault":true,"title":"Rename Note","moves":[{"oldLoc":{"fname":"tools.flankspeed","vaultName":"notes"},"newLoc":{"fname":"notes.flankspeed","vaultName":"notes"}}],"closeAndOpenFile":true}}
{"level":30,"time":1697039594070,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksEngineNoteStateChanged"}
{"level":30,"time":1697039594115,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeVisibleTextEditors","editorPaths":[]}
{"level":30,"time":1697039594116,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksChangeActiveTextEditor"}
{"level":30,"time":1697039594122,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeVisibleTextEditors","editorPaths":["/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/journal.2023.10.11.md"]}
{"level":30,"time":1697039594131,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksChangeActiveTextEditor"}
{"level":30,"time":1697039594197,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"FileWatcher:onDidCreate","fsPath":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.flankspeed.md","msg":"paused"}
{"level":30,"time":1697039594208,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeActiveTextEditor","editor":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/journal.2023.10.11.md"}
{"level":30,"time":1697039594354,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeVisibleTextEditors","editorPaths":[]}
{"level":30,"time":1697039594355,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksChangeActiveTextEditor"}
{"level":30,"time":1697039594363,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeVisibleTextEditors","editorPaths":["/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.flankspeed.md"]}
{"level":30,"time":1697039594387,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksChangeActiveTextEditor"}
{"level":30,"time":1697039594390,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WorkspaceWatcher:onFirstOpen","msg":"enter","fname":"notes.flankspeed"}
{"level":30,"time":1697039594424,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"dendron.renameNote:run","msg":"post-execute"}
{"level":30,"time":1697039594507,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WorkspaceWatcher:onFirstOpen","msg":"exit","fname":"notes.flankspeed"}
{"level":30,"time":1697039597424,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"MoveNoteCommand:execute","msg":"exit"}
{"level":30,"time":1697039612566,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeVisibleTextEditors","editorPaths":[]}
{"level":30,"time":1697039612567,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksChangeActiveTextEditor"}
{"level":30,"time":1697039612577,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeVisibleTextEditors","editorPaths":["/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/journal.2023.10.11.md"]}
{"level":30,"time":1697039612589,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksChangeActiveTextEditor"}
{"level":30,"time":1697039649833,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event NoteViewed"}
{"level":30,"time":1697039649834,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event NoteViewed"}
{"level":30,"time":1697039650231,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeActiveTextEditor","editor":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/notes.flankspeed.md"}
{"level":30,"time":1697039761969,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeActiveTextEditor","editor":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/journal.2023.10.11.md"}
{"level":30,"time":1697039762338,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event NoteLookup_Update"}
{"level":30,"time":1697039762339,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event NoteLookup_Update"}
{"level":30,"time":1697039762339,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event NoteLookup_Update"}
{"level":30,"time":1697039762340,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event NoteLookup_Update"}
{"level":30,"time":1697039762340,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event NoteLookup_Update"}
{"level":30,"time":1697039762340,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event NoteLookup_Update"}
{"level":30,"time":1697039762341,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event NoteLookup_Update"}
{"level":30,"time":1697039762341,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event NoteLookup_Update"}
{"level":30,"time":1697039762341,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event Lookup_Modifiers_Set_On_Accept"}
{"level":30,"time":1697039762341,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event RefactoringCommandUsed"}
{"level":30,"time":1697039762342,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event dendron.renameNote"}
{"level":30,"time":1697039762342,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event NoteLookup_Update"}
{"level":30,"time":1697039874081,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event RefactoringCommandUsed"}
{"level":30,"time":1697039874082,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event dendron.refactorHierarchy"}
{"level":30,"time":1697039874083,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event RefactoringCommandUsed"}
{"level":30,"time":1697039874088,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"updateDecorations","msg":"decorating...","payload":{"decorationsLength":2,"diagnosticsLength":0}}
{"level":30,"time":1697039874159,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"updateDecorations","msg":"decorating...","payload":{"decorationsLength":12,"diagnosticsLength":0}}
{"level":30,"time":1697039874457,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event NoteViewed"}
{"level":30,"time":1697039874457,"pid":256,"hostname":"SEDACS29L","name":"SegmentClient","msg":"Failed to send event NoteViewed"}
{"level":30,"time":1697040070666,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeVisibleTextEditors","editorPaths":[]}
{"level":30,"time":1697040070668,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksChangeActiveTextEditor"}
{"level":30,"time":1697040103881,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeVisibleTextEditors","editorPaths":["/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/journal.2023.10.11.md"]}
{"level":30,"time":1697040103898,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksChangeActiveTextEditor"}
{"level":30,"time":1697040103981,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeActiveTextEditor","editor":"/home/joehays/dendron/dependencies/sfgitlab.nrl.navy.mil/joehays/notes/journal.2023.10.11.md"}
{"level":30,"time":1697040126304,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"dendron.dev.openLogs:run","msg":"pre-execute"}
{"level":30,"time":1697040126305,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"execute","opts":{}}
{"level":30,"time":1697040126462,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"dendron.dev.openLogs:run","msg":"post-execute"}
{"level":30,"time":1697040127559,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeVisibleTextEditors","editorPaths":[]}
{"level":30,"time":1697040127559,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksChangeActiveTextEditor"}
{"level":30,"time":1697040127562,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WindowWatcher:onDidChangeVisibleTextEditors","editorPaths":["/home/joehays/.vscode-server/data/logs/20231006T091414/exthost3/dendron.dendron/dendron.log"]}
{"level":30,"time":1697040127723,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"refreshBacklinksChangeActiveTextEditor"}
{"level":30,"time":1697040127724,"pid":256,"hostname":"SEDACS29L","name":"dendron","ctx":"WorkspaceWatcher:onFirstOpen","msg":"enter","fname":"dendron.log"}