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

How to reduce logging verbosity? #1213

Open
lorenzohess opened this issue Oct 31, 2024 · 0 comments
Open

How to reduce logging verbosity? #1213

lorenzohess opened this issue Oct 31, 2024 · 0 comments

Comments

@lorenzohess
Copy link

Forgive me if I'm missing a simple flag or if this isn't the proper place to ask, but how can I reduce logging output? When I run sioyek, I get the following output:

default_config_path: /etc/sioyek/prefs.config
default_keys_path: /etc/sioyek/keys.config
user_config_path: [ 0 ] /etc/xdg/sioyek/prefs_user.config
user_config_path: [ 1 ] /home/<user>/.config/sioyek/prefs_user.config
user_keys_path: [ 0 ] /etc/xdg/sioyek/keys_user.config
user_keys_path: [ 1 ] /home/<user>/.config/sioyek/keys_user.config
database_file_path: /home/<user>/.local/share/sioyek/test.db
local_database_file_path: /home/<user>/.local/share/sioyek/local.db
global_database_file_path: /home/<user>/.local/share/sioyek/shared.db
tutorial_path: /usr/share/sioyek/tutorial.pdf
last_opened_file_address_path: /home/<user>/.local/share/sioyek/last_document_path.txt
shader_path: /usr/share/sioyek/shaders
Warning: key defined in /etc/sioyek/keys.config:139 overwritten by /home/<user>/.config/sioyek/keys_user.config:46. Overriding command: j: replacing move_visual_mark_down with move_down
Warning: key defined in /etc/sioyek/keys.config:138 overwritten by /home/<user>/.config/sioyek/keys_user.config:48. Overriding command: k: replacing move_visual_mark_up with move_up
Warning: key defined in /etc/sioyek/keys.config:280 overwritten by /home/<user>/.config/sioyek/keys_user.config:50. Overriding command: l: replacing overview_definition with move_left
Warning: key defined in /etc/sioyek/keys.config:180 overwritten by /home/<user>/.config/sioyek/keys_user.config:51. Overriding command: h: replacing add_highlight with move_right
Warning: key defined in /home/<user>/.config/sioyek/keys_user.config:183 overwritten by /home/<user>/.config/sioyek/keys_user.config:185. Overriding command: gI: replacing goto_highlight with goto_highlight_g
Warning: key defined in /etc/sioyek/keys.config:291 overwritten by /home/<user>/.config/sioyek/keys_user.config:248. Overriding command: f: replacing open_link with toggle_fullscreen
Warning: key defined in /home/<user>/.config/sioyek/keys_user.config:248 overwritten by /home/<user>/.config/sioyek/keys_user.config:294. Overriding command: f: replacing toggle_fullscreen with open_link
Creating shared memory block...
Shared memory created: this is the primary application.
Starting IPC server...
IPC server started.

How can I reduce this verbosity? Thank you.

@lorenzohess lorenzohess changed the title Reduce logging verbosity How to reduce logging verbosity? Oct 31, 2024
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

No branches or pull requests

1 participant