-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Allow switching of log level while running #1627
Comments
Workaround for now: |
That is helpful. Thank you! |
It doesn't sounds like a workaround to me. At the end of the day, it's what we need - the xml in a file. It would be nice if we can enable and disable the level of logging within the application itself. The user can switch the level without a restart of profanity. Something like |
I think you are right! |
Looks like this is planned since 2013 https://github.com/profanity-im/profanity/blob/master/src/command/cmd_funcs.c#L6500 |
done in #1726 |
Hi!
I'm trying to debug some OMEMO issues that I'm having with Prosody. /xmlconsole is really helpful, but can be tedious to search.
It'd be really nice to be able to do
/xmlsave <path/to/file>
or something like/save
inside the XML console. It seems like a/save
could apply to normal chat windows as well, though those already have native logging.Expected Behavior
/xmlconsole
/save debug.xml
Current Behavior
/xmlconsole
Possible Solution
/xmlsave <path/to/file.xml>
/save <path/to/file.log>
Context
Trying to debug OMEMO issues with Prosody.
Thank you!
The text was updated successfully, but these errors were encountered: