Skip to content

Commit

Permalink
feat(logging): add cloudwatch logger plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Nika Hassani authored and khatruong2009 committed Aug 29, 2023
1 parent 1221333 commit cd8025e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ void main() {
localLoggingConstraint: loggingConstraint,
enable: false,
);

final errorLog = LogEntry(
level: LogLevel.error,
message: 'error message',
Expand All @@ -48,7 +49,7 @@ void main() {
id: 2,
value: 'second og message',
timestamp: DateTime.timestamp().toIso8601String(),
),
)
];

group('enable/disable: ', () {
Expand Down

0 comments on commit cd8025e

Please sign in to comment.