Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Nov 29, 2024
1 parent d20b82b commit c6e1462
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions lib/livebook/session.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2572,13 +2572,14 @@ defmodule Livebook.Session do
end

Logger.info(
["""
Evaluating code
Session mode: #{state.data.mode}
Code: \
""",
inspect(cell.source, printable_limit: :infinity)
]
[
"""
Evaluating code
Session mode: #{state.data.mode}
Code: \
""",
inspect(cell.source, printable_limit: :infinity)
],
Livebook.Utils.logger_users_metadata(evaluation_users)
)

Expand Down

0 comments on commit c6e1462

Please sign in to comment.