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
| config.logFeedback | bool | `false` | Enable feedback log, but requires feedback on log level to work. |
67
-
| config.logLevel | string | `"info"` | Change log level from this list below by order of importance: (silly, verbose, debug, feedback, info, warn, error). |
68
-
| config.logPath | string | `"./data/logs"` | Directory to store logging events. |
66
+
| config.logFeedback | bool | `false` | Enable feedback log, but requires feedback on log level to work. |
67
+
| config.logLevel | string | `"info"` | Change log level from this list below by order of importance: (silly, verbose, debug, feedback, info, warn, error). |
68
+
| config.logPath | string | `"./data/logs"` | Directory to store logging events. |
69
69
| config.logToStdout | bool | `false` | Log activity to stdout, this may be useful for debugging |
70
-
| config.pinPath | string | `"./data/pins"` | Directory to store documents that was pinned to to be stored by the server indefinitely. |
71
-
| config.taskPath | string | `"./data/tasks"` | Directory to store a list of scheduled tasks. |
70
+
| config.pinPath | string | `"./data/pins"` | Directory to store documents that was pinned to to be stored by the server indefinitely. |
71
+
| config.taskPath | string | `"./data/tasks"` | Directory to store a list of scheduled tasks. |
0 commit comments