grape_logging
grape_logging copied to clipboard
feat: change time hash name to time_consumed
Some loggers (like Ougai) use "time" provided in data as
the time to be used for the log line. This PR replaces time
with time_consumed
.
@jughead I cannot merge this since it seems like a breaking change for other people. Could you prepare PR with making this somehow optional? Or maybe just adding custom formatter for Ougai would be enough?