Skip to content

Commit

Permalink
refactor(home): optimize logfacadeImpl (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1001de authored Aug 17, 2023
1 parent a66e271 commit 6484f83
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public class Log {
* log detail
*/
private String content;
private Map<String, Object> contentMap;

/**
* log collected time
Expand All @@ -40,4 +41,5 @@ public class Log {
* log tags
*/
private Map<String, String> tags = new HashMap<>();
private Map<String, String> packs = new HashMap<>();
}

0 comments on commit 6484f83

Please sign in to comment.