Created
April 23, 2018 16:47
-
-
Save rsteenwyk/e2681684b591ce20d1a5c40a2608b2fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Logfile created on 2018-04-23 11:47:18 -0500 by logger.rb/56815 | |
I, [2018-04-23T11:47:18.735108 #23868] INFO -- : Language Server is v0.0.1 | |
I, [2018-04-23T11:47:18.735108 #23868] INFO -- : Using Puppet v5.5.1 | |
I, [2018-04-23T11:47:18.735108 #23868] INFO -- : Initializing Puppet Helper Cache... | |
I, [2018-04-23T11:47:18.735108 #23868] INFO -- : Initializing settings... | |
I, [2018-04-23T11:47:18.736108 #23868] INFO -- : Starting RPC Server... | |
D, [2018-04-23T11:47:18.739108 #23868] DEBUG -- : TCPSRV: Services running. Press ^C to stop | |
D, [2018-04-23T11:47:18.742639 #23868] DEBUG -- : TCPSRV: Started listening on 127.0.0.1:49888. | |
D, [2018-04-23T11:47:18.742639 #23868] DEBUG -- : TCPSRV: Will stop the server in 10 seconds if no connection is made. | |
I, [2018-04-23T11:47:18.744607 #23868] INFO -- : Using Facter v3.11.1 | |
D, [2018-04-23T11:47:18.745108 #23868] DEBUG -- : TCPSRV: Will stop the server when client disconnects | |
I, [2018-04-23T11:47:18.745108 #23868] INFO -- : Preloading Puppet Types (Sync)... | |
D, [2018-04-23T11:47:18.745108 #23868] DEBUG -- : [PuppetHelper::_load_default_types] Starting | |
I, [2018-04-23T11:47:18.753107 #23868] INFO -- : Client has connected to the language server | |
D, [2018-04-23T11:47:18.773638 #23868] DEBUG -- : --- INBOUND | |
{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":24696,"rootPath":"c:\\Puppettest\\afolder","rootUri":"file:///c%3A/Puppettest/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/Puppettest/afolder","name":"afolder"}]}} | |
--- | |
D, [2018-04-23T11:47:18.786107 #23868] DEBUG -- : Received initialize method | |
D, [2018-04-23T11:47:18.787607 #23868] DEBUG -- : --- OUTBOUND | |
{"jsonrpc":"2.0","id":0,"result":{"capabilities":{"textDocumentSync":1,"hoverProvider":true,"completionProvider":{"resolveProvider":true,"triggerCharacters":[">","$","[","="]},"definitionProvider":true}}} | |
--- | |
D, [2018-04-23T11:47:18.800107 #23868] DEBUG -- : --- INBOUND | |
{"jsonrpc":"2.0","method":"initialized","params":{}} | |
--- | |
I, [2018-04-23T11:47:18.800608 #23868] INFO -- : Client has received initialization | |
D, [2018-04-23T11:47:18.801108 #23868] DEBUG -- : --- INBOUND | |
{"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"uri":"file:///c%3A/Puppettest/afolder/test2.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:47:18.804608 #23868] INFO -- : Received textDocument/didOpen notification. | |
D, [2018-04-23T11:47:18.825607 #23868] DEBUG -- : --- INBOUND | |
{"jsonrpc":"2.0","id":1,"method":"puppet/getVersion","params":null} | |
--- | |
D, [2018-04-23T11:47:18.836608 #23868] DEBUG -- : --- OUTBOUND | |
{"jsonrpc":"2.0","id":1,"result":{"puppetVersion":"5.5.1","facterVersion":"3.11.1","factsLoaded":false,"functionsLoaded":false,"typesLoaded":false,"classesLoaded":false,"languageServerVersion":"0.0.1"}} | |
--- | |
D, [2018-04-23T11:47:18.869106 #23868] DEBUG -- : --- OUTBOUND | |
{"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"uri":"file:///c%3A/Puppettest/afolder/test2.pp","diagnostics":[]}} | |
--- | |
I, [2018-04-23T11:47:18.927607 #23868] INFO -- : [PuppetHelper::load_type_file] type C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/vendor_ruby/puppet/type/component.rb did not load any types | |
D, [2018-04-23T11:47:19.805607 #23868] DEBUG -- : --- INBOUND | |
{"jsonrpc":"2.0","id":2,"method":"puppet/getVersion","params":null} | |
--- | |
D, [2018-04-23T11:47:19.806107 #23868] DEBUG -- : --- OUTBOUND | |
{"jsonrpc":"2.0","id":2,"result":{"puppetVersion":"5.5.1","facterVersion":"3.11.1","factsLoaded":false,"functionsLoaded":false,"typesLoaded":false,"classesLoaded":false,"languageServerVersion":"0.0.1"}} | |
--- | |
D, [2018-04-23T11:47:20.801140 #23868] DEBUG -- : --- INBOUND | |
{"jsonrpc":"2.0","id":3,"method":"puppet/getVersion","params":null} | |
--- | |
D, [2018-04-23T11:47:20.801655 #23868] DEBUG -- : --- OUTBOUND | |
{"jsonrpc":"2.0","id":3,"result":{"puppetVersion":"5.5.1","facterVersion":"3.11.1","factsLoaded":false,"functionsLoaded":false,"typesLoaded":false,"classesLoaded":false,"languageServerVersion":"0.0.1"}} | |
--- | |
D, [2018-04-23T11:47:21.811107 #23868] DEBUG -- : --- INBOUND | |
{"jsonrpc":"2.0","id":4,"method":"puppet/getVersion","params":null} | |
--- | |
D, [2018-04-23T11:47:21.831137 #23868] DEBUG -- : --- OUTBOUND | |
{"jsonrpc":"2.0","id":4,"result":{"puppetVersion":"5.5.1","facterVersion":"3.11.1","factsLoaded":false,"functionsLoaded":false,"typesLoaded":false,"classesLoaded":false,"languageServerVersion":"0.0.1"}} | |
--- | |
I, [2018-04-23T11:47:22.665608 #23868] INFO -- : [PuppetHelper::load_type_file] type C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/vendor_ruby/puppet/type/whit.rb did not load any types | |
D, [2018-04-23T11:47:22.808626 #23868] DEBUG -- : --- INBOUND | |
{"jsonrpc":"2.0","id":5,"method":"puppet/getVersion","params":null} | |
--- | |
D, [2018-04-23T11:47:22.828096 #23868] DEBUG -- : --- OUTBOUND | |
{"jsonrpc":"2.0","id":5,"result":{"puppetVersion":"5.5.1","facterVersion":"3.11.1","factsLoaded":false,"functionsLoaded":false,"typesLoaded":false,"classesLoaded":false,"languageServerVersion":"0.0.1"}} | |
--- | |
D, [2018-04-23T11:47:22.873096 #23868] DEBUG -- : [PuppetHelper::_load_default_types] Finished loading 48 type/s | |
I, [2018-04-23T11:47:22.873096 #23868] INFO -- : Preloading Facter (Async)... | |
I, [2018-04-23T11:47:22.873596 #23868] INFO -- : Preloading Functions (Async)... | |
I, [2018-04-23T11:47:22.873596 #23868] INFO -- : Preloading Classes (Async)... | |
D, [2018-04-23T11:47:22.891126 #23868] DEBUG -- : [PuppetHelper::_load_default_functions] Starting | |
D, [2018-04-23T11:47:22.937489 #23868] DEBUG -- : [FacterHelper::_load_facts] Finished loading 78 facts | |
D, [2018-04-23T11:47:22.937989 #23868] DEBUG -- : [PuppetHelper::_load_default_classes] Starting | |
D, [2018-04-23T11:47:22.941013 #23868] DEBUG -- : [PuppetHelper::_load_default_classes] Loading classes from ["C:/ProgramData/PuppetLabs/code/modules", "C:/opt/puppetlabs/puppet/modules", "C:/ProgramData/PuppetLabs/code/environments/production/modules"] | |
D, [2018-04-23T11:47:22.955491 #23868] DEBUG -- : [PuppetHelper::_load_default_classes] Finished loading 0 classes | |
D, [2018-04-23T11:47:23.349007 #23868] DEBUG -- : [PuppetHelper::_load_default_functions] Finished loading 60 functions | |
D, [2018-04-23T11:47:23.806076 #23868] DEBUG -- : --- INBOUND | |
{"jsonrpc":"2.0","id":6,"method":"puppet/getVersion","params":null} | |
--- | |
D, [2018-04-23T11:47:23.806538 #23868] DEBUG -- : --- OUTBOUND | |
{"jsonrpc":"2.0","id":6,"result":{"puppetVersion":"5.5.1","facterVersion":"3.11.1","factsLoaded":true,"functionsLoaded":true,"typesLoaded":true,"classesLoaded":true,"languageServerVersion":"0.0.1"}} | |
--- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment