feat(logs): Use debug.js library for logging [DXJ-327] (#285)

This commit is contained in:
Pavel
2023-03-11 00:03:34 +04:00
committed by GitHub
parent 43f39d5ac1
commit e95c34a792
27 changed files with 7087 additions and 657 deletions

View File

@ -110,10 +110,6 @@ export interface ClientOptions {
* Useful to see what particle id is responsible for aqua function
*/
printParticleId?: boolean;
/**
* Log level for marine services. By default logging is turned off.
*/
marineLogLevel?: LogLevel;
};
}