mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Use matrix-appservice-bridge logger * Update to be in line with bridge sdk * Update packages * changelog * nits
3 lines
88 B
TypeScript
3 lines
88 B
TypeScript
import { Logger } from "matrix-appservice-bridge";
|
|
Logger.configure({console: "info"});
|