Is there a way to disable ApplicationCommandRegistries logs?
They happen on start-up and I don't want them between all of my formatted logging. Is there a way I can disable them?
![](https://utfs.io/f/0263bea0-4557-4e32-a8e4-9f946acbfd0e-1nq2cb.png)
Solution:Jump to solution
If you use a custom logger you should extend the built in Logger class. See for example how @sapphire/plugin-logger works.
2 Replies