mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 20:14:57 +08:00
Include date in logs
This commit is contained in:
parent
a1168a8b20
commit
eedb0a7e46
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ config :livebook, LivebookWeb.Endpoint,
|
|||
|
||||
# Configures Elixir's Logger
|
||||
config :logger, :console,
|
||||
format: "$time $metadata[$level] $message\n",
|
||||
format: "$date $time $metadata[$level] $message\n",
|
||||
metadata: [:request_id]
|
||||
|
||||
# Use Jason for JSON parsing in Phoenix
|
||||
|
|
Loading…
Add table
Reference in a new issue