Closed allanbowe closed 3 years ago
@allanbowe Should we only do this if debug
is true
?
I'd say no - this will typically happen only once (on app startup) and the fact that debug is not set can be the cause of some issues
Closing this - now we use the adapter extensively in the CLI, where it is instantiated with each request, to add this would result in too much logging
I was just debugging an app configured for SAS9 that was calling Viya
Turned out the
serverType
was defined asservertype
We should write message to the log on adapter instantiation to display key values (such as servertype, serverUrl etc) for faster debugging, eg: