Skip to content

Commit

Permalink
Switch timestamp and context in log overview
Browse files Browse the repository at this point in the history
  • Loading branch information
rovo89 authored and jrasm91 committed Feb 23, 2024
1 parent 07f0225 commit fc0ad0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/lib/shared/views/app_log_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class AppLogPage extends HookConsumerWidget {
),
),
subtitle: Text(
"[${logMessage.context1}] Logged on ${DateFormat("HH:mm:ss.SSS").format(logMessage.createdAt)}",
"at ${DateFormat("HH:mm:ss.SSS").format(logMessage.createdAt)} in ${logMessage.context1}",
style: TextStyle(
fontSize: 12.0,
color: Colors.grey[600],
Expand Down

0 comments on commit fc0ad0e

Please sign in to comment.