fix led parser log level
This commit is contained in:
parent
0fd1105071
commit
c3b6849c21
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import Logger, { levels } from '../logger.js';
|
import Logger, { levels } from '../logger.js';
|
||||||
import { filename } from '../utils.js';
|
import { filename } from '../utils.js';
|
||||||
|
|
||||||
const log = new Logger(filename(import.meta.url), levels.DEBUG);
|
const log = new Logger(filename(import.meta.url), global.ctx.log_level);
|
||||||
|
|
||||||
class Target {
|
class Target {
|
||||||
constructor(channel) {
|
constructor(channel) {
|
||||||
|
|
Loading…
Reference in a new issue