Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(log): include milliseconds in timestamp #638

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

teto
Copy link
Member

@teto teto commented Mar 13, 2025

to help troubleshoot perf issues

Before:

TRACE | 2025-03-13 19:10:31 | /home/teto/rocks.nvim/lua/rocks/loader.lua:23 | Enabling luarocks loader TRACE | 2025-03-13 19:10:32 | /home/teto/rocks.nvim/lua/rocks/commands.lua:281 | Creating commands TRACE | 2025-03-13 19:10:32 | /home/teto/rocks.nvim/plugin/rocks.lua:39 | Appending luarocks binary directory to the system path TRACE | 2025-03-13 19:10:32 | /home/teto/rocks.nvim/lua/rocks/api/hooks.lua:72 | Running preload hooks DEBUG | 2025-03-13 19:10:32 | /home/teto/rocks.nvim/lua/rocks/adapter.lua:42 | Symlink directory lua exists already. TRACE | 2025-03-13 19:10:32 | /home/teto/rocks.nvim/lua/rocks/runtime.lua:72 | Sourcing start plugins ===

After:

TRACE | 2025-03-13 19:04:08.941 | /home/teto/rocks.nvim/lua/rocks/loader.lua:23 | Enabling luarocks loader TRACE | 2025-03-13 19:04:09.239 | /home/teto/rocks.nvim/lua/rocks/commands.lua:281 | Creating commands TRACE | 2025-03-13 19:04:09.239 | /home/teto/rocks.nvim/plugin/rocks.lua:39 | Appending luarocks binary directory to the system path TRACE | 2025-03-13 19:04:09.255 | /home/teto/rocks.nvim/lua/rocks/api/hooks.lua:72 | Running preload hooks DEBUG | 2025-03-13 19:04:09.368 | /home/teto/rocks.nvim/lua/rocks/adapter.lua:42 | Symlink directory lua exists already. TRACE | 2025-03-13 19:04:09.774 | /home/teto/rocks.nvim/lua/rocks/runtime.lua:72 | Sourcing start plugins ====

to help troubleshoot perf issues

Before:
===
TRACE | 2025-03-13 19:10:31 | /home/teto/rocks.nvim/lua/rocks/loader.lua:23 | Enabling luarocks loader
TRACE | 2025-03-13 19:10:32 | /home/teto/rocks.nvim/lua/rocks/commands.lua:281 | Creating commands
TRACE | 2025-03-13 19:10:32 | /home/teto/rocks.nvim/plugin/rocks.lua:39 | Appending luarocks binary directory to the system path
TRACE | 2025-03-13 19:10:32 | /home/teto/rocks.nvim/lua/rocks/api/hooks.lua:72 | Running preload hooks
DEBUG | 2025-03-13 19:10:32 | /home/teto/rocks.nvim/lua/rocks/adapter.lua:42 | Symlink directory lua exists already.
TRACE | 2025-03-13 19:10:32 | /home/teto/rocks.nvim/lua/rocks/runtime.lua:72 | Sourcing start plugins
===

After:
====
TRACE | 2025-03-13 19:04:08.941 | /home/teto/rocks.nvim/lua/rocks/loader.lua:23 | Enabling luarocks loader
TRACE | 2025-03-13 19:04:09.239 | /home/teto/rocks.nvim/lua/rocks/commands.lua:281 | Creating commands
TRACE | 2025-03-13 19:04:09.239 | /home/teto/rocks.nvim/plugin/rocks.lua:39 | Appending luarocks binary directory to the system path
TRACE | 2025-03-13 19:04:09.255 | /home/teto/rocks.nvim/lua/rocks/api/hooks.lua:72 | Running preload hooks
DEBUG | 2025-03-13 19:04:09.368 | /home/teto/rocks.nvim/lua/rocks/adapter.lua:42 | Symlink directory lua exists already.
TRACE | 2025-03-13 19:04:09.774 | /home/teto/rocks.nvim/lua/rocks/runtime.lua:72 | Sourcing start plugins
====
@mrcjkb mrcjkb changed the title feat: log milliseconds feat(log): include milliseconds in timestamp Mar 13, 2025
@mrcjkb mrcjkb merged commit 9281f66 into nvim-neorocks:master Mar 13, 2025
9 checks passed
@teto teto deleted the teto/change-log-format branch March 13, 2025 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants