diff --git a/code/app/Providers/SynologySSLog.php b/code/app/Providers/SynologySSLog.php index aa83f92..e2fb43b 100755 --- a/code/app/Providers/SynologySSLog.php +++ b/code/app/Providers/SynologySSLog.php @@ -14,8 +14,8 @@ class SynologySSLog extends Log { public static string $name = 'SynologySS'; //public static string $regex = '/^\[(?P[^\]]+)\] (?P\S+)\.(?P\S+): ?(\|(?\S+)\|)? (?P.*)? (\{(?\S+)\}) ?(\[(?\S+|)\])?/'; - public static string $regex = '/^\[(?P[^\]]+)\] (?P\S+)\.(?P\S+): ?(\|(?\S+)\|)? ?(\((?\S+)\))? (?P.*)? ((?(\{\S+\})|(\[\]))) ((?(\{\S+\})|(\[\])))/'; - + //public static string $regex = '/^\[(?P[^\]]+)\] (?P\S+)\.(?P\S+): ?(\|(?\S+)\|)? ?(\((?\S+)\))? (?P.*)? ((?(\{\S+\})|(\[\]))) ((?(\{\S+\})|(\[\])))/'; + public static string $regex = '/^\[(?P[^\]]+)\] (?P\S+)\.(?P\S+): ?(\|(?\S+)\|)? ?(\((?\S+)\))? (?P.*)? ((?(\{.*\})|(\[.*\]))) ((?(\{\S+\})|(\[\])))/'; /** @var array|\string[][] The columns displayed on the frontend, and which data they should display */ public static array $columns = [ ['label' => 'Datetime', 'data_path' => 'datetime'], diff --git a/code/storage/database.sqlite b/code/storage/database.sqlite index 83fd516..215af65 100755 Binary files a/code/storage/database.sqlite and b/code/storage/database.sqlite differ