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
@@ -27,7 +28,7 @@ klog relies on file-based configuration to customise some of its default behavio
27
28
28
29
Run 'klog config --location' to print the path of the folder where klog looks for the configuration.
29
30
The config folder can contain one or both of the following files:
30
-
- '`+app.CONFIG_FILE_NAME+`': you can create this file manually to override some of klog’s default behaviour. You may use the output of the 'klog config' command as template for setting up this file, as its output is in valid syntax.
31
+
- '`+app.CONFIG_FILE_NAME+`': you can create this file manually to override some of klog’s default behaviour. You may use the output of the 'klog config' command as template for setting up this file, as its output is valid .ini syntax.
31
32
- '`+app.BOOKMARKS_FILE_NAME+`': if you use the bookmarks functionality, then klog uses this file as database. You are not supposed to edit this file by hand! Instead, use the 'klog bookmarks' command to manage your bookmarks.
32
33
33
34
You can customise the location of the config folder via environment variables. klog uses the following lookup precedence:
0 commit comments