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

Add microseconds to timestamp in debug log messages #2659

Merged
merged 1 commit into from
Sep 12, 2021

Conversation

eht16
Copy link
Member

@eht16 eht16 commented Nov 15, 2020

This could help to debug the reported slow startup times but is also useful in general.
Starting Geany from the command line with --verbose already logs milliseconds. But most users (and maybe developers) usually don't do this.

Thanks to GLib, we don't need to do much for it and it actually simplifies the existing code.

Tested on ArchLinux and Windows 7.

@eht16 eht16 force-pushed the add_microsecond_to_debug_log branch from 0491a23 to ece4ede Compare November 15, 2020 13:22
@eht16 eht16 force-pushed the add_microsecond_to_debug_log branch from ece4ede to cd10ef4 Compare November 15, 2020 13:25
@eht16
Copy link
Member Author

eht16 commented Aug 29, 2021

Even though this is less critical after the startup speed issue has been fixed, it still might be handy for other issues.
Any objections against merge?

@elextr
Copy link
Member

elextr commented Aug 29, 2021

Can't test just now, but LGBI

@eht16 eht16 added this to the 1.38 milestone Sep 3, 2021
@eht16 eht16 merged commit 09706bd into geany:master Sep 12, 2021
@eht16 eht16 deleted the add_microsecond_to_debug_log branch September 12, 2021 11:31
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