mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
fix data
This commit is contained in:
parent
6d4ec29d43
commit
fe96537a74
2 changed files with 5 additions and 15 deletions
|
|
@ -1,9 +1,7 @@
|
|||
pub const STATEMENTS: &[crate::LoggingStatement] = &[
|
||||
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 76usize , placeholders : & ["$this->l->t('No tags given')"] , exception : Some ("UnexpectedValueException") , regex : "^(.*)$" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 89usize , placeholders : & ["$this->l->t('At least one of the given tags is invalid')"] , exception : Some ("UnexpectedValueException") , regex : "^(.*)$" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 94usize , placeholders : & ["$this->l->t('At least one of the given tags is invalid')"] , exception : Some ("UnexpectedValueException") , regex : "^(.*)$" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 96usize , placeholders : & ["$this->l->t('At least one of the given tags is invalid')"] , exception : Some ("UnexpectedValueException") , regex : "^(.*)$" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 149usize , placeholders : & [] , exception : Some ("RuntimeException") , regex : "^no instance id!$" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/Operation.php" , line : 104usize , placeholders : & ["$e->getMessage()"] , exception : None , regex : "^(.*)$" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 106usize , placeholders : & [] , exception : Some ("OCP\\Files\\ForbiddenException") , regex : "^Access denied$" , },
|
||||
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 203usize , placeholders : & ["$this->l->t('No rule given')"] , exception : Some ("UnexpectedValueException") , regex : "^(.*)$" , },
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue