logger_file_backend icon indicating copy to clipboard operation
logger_file_backend copied to clipboard

Logger does not support "truncate" options and truncates output always.

Open deemytch opened this issue 2 years ago • 1 comments

config :logger, :dev_log,
  path: "/tmp/dev.log",
  level: :debug,
  format: "$date\t$time\t$level\t●$message●$metadata\n",
  truncate: :infinity

Still truncates long output with "(truncate)" at end

deemytch avatar Jun 25 '22 09:06 deemytch