Skip to content

Commit 30f9a33

Browse files
committed
Update admin-ui-profiling.md
1 parent d9c1a73 commit 30f9a33

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

MyApp/_pages/admin-ui-profiling.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,17 @@ Whilst Request Logs can be added with:
3636
x mix requestlogs
3737
:::
3838

39-
Or if you prefer to store Request Logs in an SQLite database then use the following command:
39+
Or if you prefer to store Request Logs in an SQLite database:
4040

4141
::: sh
4242
x mix sqlitelogs
4343
:::
4444

45+
Or to store Request Logs in PostgreSQL, SQL Server or MySql:
46+
47+
::: sh
48+
x mix db-requestlogs
49+
:::
4550

4651
The default configuration looks at providing useful information during development, where the response request bodies are captured in the Request Logger and the StackTrace is captured on the important events where they can be useful.
4752

0 commit comments

Comments
 (0)