Include instance log messages again
This commit is contained in:
parent
293112777a
commit
5738fe391a
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue