logging only logs byte array toString() at this time (using WWD) #339
jcompagner
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think LSP4E is doing this kind of logging right? or is it something that WWD provides?
But if i have enable all logging and now with the latest release i only have:
2022-12-12T11:35:19.875849+01:00] LSP4E to org.eclipse.wildwebdeveloper.angular:
[B@2c7d716a
[2022-12-12T11:35:19.876360300+01:00] LSP4E to org.eclipse.wildwebdeveloper.angular:
[B@6d407b51
and that is the case in all the log files i have for example eslint:
[2022-12-09T12:37:41.681577900+01:00] LSP4E to org.eclipse.wildwebdeveloper.eslint:
[B@6904bc4c
[2022-12-09T12:37:41.682609200+01:00] LSP4E to org.eclipse.wildwebdeveloper.eslint:
[B@58a736e8
[2022-12-09T12:37:41.764017700+01:00] LSP4E to org.eclipse.wildwebdeveloper.eslint:
so this is a bit useless
And i wanted to see why i still have in the latest release of WWD now and then a hanging startup (Angular language server startup processing the tsconfig.json file that never ends)
Beta Was this translation helpful? Give feedback.
All reactions