Skip to content

Instantly share code, notes, and snippets.

@rsteenwyk
Created April 23, 2018 16:49
Show Gist options
  • Save rsteenwyk/7969f0f2fec14eacb8b6011c72ce1fdc to your computer and use it in GitHub Desktop.
Save rsteenwyk/7969f0f2fec14eacb8b6011c72ce1fdc to your computer and use it in GitHub Desktop.
# Logfile created on 2018-04-23 11:48:31 -0500 by logger.rb/56815
I, [2018-04-23T11:48:31.337915 #20560] INFO -- : Language Server is v0.0.1
I, [2018-04-23T11:48:31.337915 #20560] INFO -- : Using Puppet v5.5.1
I, [2018-04-23T11:48:31.337915 #20560] INFO -- : Initializing Puppet Helper Cache...
I, [2018-04-23T11:48:31.337915 #20560] INFO -- : Initializing settings...
I, [2018-04-23T11:48:31.338943 #20560] INFO -- : Starting RPC Server...
D, [2018-04-23T11:48:31.342914 #20560] DEBUG -- : TCPSRV: Services running. Press ^C to stop
D, [2018-04-23T11:48:31.342914 #20560] DEBUG -- : TCPSRV: Started listening on 127.0.0.1:50089.
D, [2018-04-23T11:48:31.343414 #20560] DEBUG -- : TCPSRV: Will stop the server in 10 seconds if no connection is made.
I, [2018-04-23T11:48:31.348915 #20560] INFO -- : Using Facter v3.11.1
D, [2018-04-23T11:48:31.349456 #20560] DEBUG -- : TCPSRV: Will stop the server when client disconnects
I, [2018-04-23T11:48:31.349456 #20560] INFO -- : Preloading Puppet Types (Sync)...
D, [2018-04-23T11:48:31.349915 #20560] DEBUG -- : [PuppetHelper::_load_default_types] Starting
I, [2018-04-23T11:48:31.372443 #20560] INFO -- : Client has connected to the language server
D, [2018-04-23T11:48:31.390943 #20560] DEBUG -- : --- INBOUND
{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":5204,"rootPath":"c:\\Users\\rstee\\OneDrive\\PuppetDebug\\afolder","rootUri":"file:///c%3A/Users/rstee/OneDrive/PuppetDebug/afolder","capabilities":{"workspace":{"applyEdit":true,"workspaceEdit":{"documentChanges":true},"didChangeConfiguration":{"dynamicRegistration":true},"didChangeWatchedFiles":{"dynamicRegistration":true},"symbol":{"dynamicRegistration":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]}},"executeCommand":{"dynamicRegistration":true},"configuration":true,"workspaceFolders":true},"textDocument":{"synchronization":{"dynamicRegistration":true,"willSave":true,"willSaveWaitUntil":true,"didSave":true},"completion":{"dynamicRegistration":true,"contextSupport":true,"completionItem":{"snippetSupport":true,"commitCharactersSupport":true,"documentationFormat":["markdown","plaintext"]},"completionItemKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25]}},"hover":{"dynamicRegistration":true,"contentFormat":["markdown","plaintext"]},"signatureHelp":{"dynamicRegistration":true,"signatureInformation":{"documentationFormat":["markdown","plaintext"]}},"definition":{"dynamicRegistration":true},"references":{"dynamicRegistration":true},"documentHighlight":{"dynamicRegistration":true},"documentSymbol":{"dynamicRegistration":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]}},"codeAction":{"dynamicRegistration":true},"codeLens":{"dynamicRegistration":true},"formatting":{"dynamicRegistration":true},"rangeFormatting":{"dynamicRegistration":true},"onTypeFormatting":{"dynamicRegistration":true},"rename":{"dynamicRegistration":true},"documentLink":{"dynamicRegistration":true},"typeDefinition":{"dynamicRegistration":true},"implementation":{"dynamicRegistration":true},"colorProvider":{"dynamicRegistration":true}}},"trace":"off","workspaceFolders":[{"uri":"file:///c%3A/Users/rstee/OneDrive/PuppetDebug/afolder","name":"afolder"}]}}
---
D, [2018-04-23T11:48:31.392413 #20560] DEBUG -- : Received initialize method
D, [2018-04-23T11:48:31.392413 #20560] DEBUG -- : --- OUTBOUND
{"jsonrpc":"2.0","id":0,"result":{"capabilities":{"textDocumentSync":1,"hoverProvider":true,"completionProvider":{"resolveProvider":true,"triggerCharacters":[">","$","[","="]},"definitionProvider":true}}}
---
D, [2018-04-23T11:48:31.404914 #20560] DEBUG -- : --- INBOUND
{"jsonrpc":"2.0","method":"initialized","params":{}}
---
I, [2018-04-23T11:48:31.405914 #20560] INFO -- : Client has received initialization
D, [2018-04-23T11:48:31.406916 #20560] DEBUG -- : --- INBOUND
{"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"uri":"file:///c%3A/Users/rstee/OneDrive/PuppetDebug/afolder/test.pp","languageId":"puppet","version":1,"text":"#Services to disable for security/resource reasons. \r\nclass profile::disabled_services {\r\n\r\n service { 'AudioEndpointBuilder':\r\n ensure => 'stopped',\r\n enable => false,\r\n }\r\n\r\n service { 'Audiosrv':\r\n ensure => 'stopped',\r\n enable => false,\r\n }\r\n\r\n service { 'Browser':\r\n ensure => 'stopped',\r\n enable => false,\r\n }\r\n\r\n service { 'Spooler':\r\n ensure => 'stopped',\r\n enable => false,\r\n }\r\n\r\n}\r\n"}}}
---
I, [2018-04-23T11:48:31.413944 #20560] INFO -- : Received textDocument/didOpen notification.
D, [2018-04-23T11:48:31.435413 #20560] DEBUG -- : --- INBOUND
{"jsonrpc":"2.0","id":1,"method":"puppet/getVersion","params":null}
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment