Forgot one
This commit is contained in:
parent
a477d10d29
commit
855966e547
|
@ -43,7 +43,7 @@ export default class Client {
|
||||||
set_userID(ID) {
|
set_userID(ID) {
|
||||||
this.userID = ID
|
this.userID = ID
|
||||||
if (this.userID) {
|
if (this.userID) {
|
||||||
this.log = require("loglevel").getLogger(`API/${this.userID}/${this.connID}`)
|
this.log = logger.getLogger(`API/${this.userID}/${this.connID}`)
|
||||||
this.log.setLevel(logger.getLogger(`API/${this.connID}`).getLevel())
|
this.log.setLevel(logger.getLogger(`API/${this.connID}`).getLevel())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue