You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, driver logged its fully qualified class name and hash code
when created or closed. Example:
```
Direct driver instance o.n.d.i.InternalDriver@30316b44 created for server address localhost:7687
Closing driver instance o.n.d.i.InternalDriver@30316b44
```
Class name does not seem to be useful and this commit replaces it with
logging of the hash code. Example:
```
Direct driver instance 808545092 created for server address localhost:7687
Closing driver instance 808545092
```
0 commit comments