Datetime format with milliseconds #449
Answered
by
arukompas
akalongman
asked this question in
Q&A
-
How to change the datetime format and add milliseconds? I use custom LineFormatted which adds log entries in format: |
Beta Was this translation helpful? Give feedback.
Answered by
arukompas
May 12, 2025
Replies: 1 comment
-
Hey @akalongman , this was just merged the other day - #441 Add this to your /*
|--------------------------------------------------------------------------
| Log Viewer datetime format.
|--------------------------------------------------------------------------
| The format used to display timestamps in the UI.
|
*/
'datetime_format' => 'Y-m-d H:i:s', |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
akalongman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @akalongman , this was just merged the other day - #441
Add this to your
config/log-viewer.php
and change the format to your liking: