Include instance log messages again

This commit is contained in:
Joscha 2023-02-17 18:01:58 +01:00
parent 293112777a
commit 5738fe391a

View file

@ -191,7 +191,10 @@ impl Log for Logger {
}
let target = metadata.target();
if target.starts_with("cove") || target.starts_with("euphoxide::bot") {
if target.starts_with("cove")
|| target.starts_with("euphoxide::bot")
|| target.starts_with("euphoxide::live")
{
return true;
}