Results
No results found.
The library can be configured to emit logging that will give you better insight into what it’s doing. There are some levels: NONE (0)
, ERROR (1)
, DEBUG (2)
. Set the logging level when creating a Locker instance to enabling it:
const locker = new Locker({
// ...
logLevel: 1 // default is ERROR
})