You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
lorenzohess
changed the title
Reduce logging verbosity
How to reduce logging verbosity?
Oct 31, 2024
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:How can I reduce this verbosity? Thank you.
The text was updated successfully, but these errors were encountered: