mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 21:15:01 +00:00
revert logger namespace (#1696)
This commit is contained in:
parent
b7dc3d7576
commit
49a3666208
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -87,14 +87,14 @@ jobs:
|
||||
with:
|
||||
nim_wakunode_image: wakuorg/go-waku:latest
|
||||
test_type: go-waku-master
|
||||
debug: js-waku*
|
||||
debug: waku*
|
||||
|
||||
node_with_nwaku_master:
|
||||
uses: ./.github/workflows/test-node.yml
|
||||
with:
|
||||
nim_wakunode_image: wakuorg/nwaku:deploy-wakuv2-test
|
||||
test_type: nwaku-master
|
||||
debug: js-waku*
|
||||
debug: waku*
|
||||
|
||||
maybe-release:
|
||||
name: release
|
||||
|
@ -1,6 +1,6 @@
|
||||
import debug, { Debugger } from "debug";
|
||||
|
||||
const APP_NAME = "js-waku";
|
||||
const APP_NAME = "waku";
|
||||
|
||||
export class Logger {
|
||||
private _info: Debugger;
|
||||
|
Loading…
x
Reference in New Issue
Block a user