2016-03-29 06:24:12 -05:00
|
|
|
* Brief description of environment variables *
|
|
|
|
|
2021-11-18 06:08:14 -06:00
|
|
|
COOL_DEBUG <set/unset>
|
2016-03-29 06:24:12 -05:00
|
|
|
if set handles a fatal signal by printing a message
|
|
|
|
containing the PID and waiting 30 seconds to allow
|
|
|
|
a 'sudo gdb' to be attached.
|
|
|
|
|
2021-11-18 06:08:14 -06:00
|
|
|
COOL_LOGLEVEL <level>
|
2016-03-29 06:24:12 -05:00
|
|
|
set the log level & verbosity to <level> - values of
|
|
|
|
<level> are one of:
|
|
|
|
none (turns off logging), fatal, critical,
|
|
|
|
error, warning, notice, information, debug,
|
|
|
|
trace
|
|
|
|
|
2021-11-18 06:08:14 -06:00
|
|
|
COOL_NO_AUTOSAVE <set/unset>
|
2016-04-06 02:15:16 -05:00
|
|
|
if set avoids automatic saving of the document being
|
|
|
|
edited.
|
|
|
|
|
2016-03-29 06:24:12 -05:00
|
|
|
SLEEPFORDEBUGGER <seconds to sleep>
|
2016-04-04 00:26:05 -05:00
|
|
|
sleep <n> seconds in the broken process after starting in
|
|
|
|
order to allow a 'sudo gdb' session to 'attach <pid>' to them.
|
2016-03-29 06:24:12 -05:00
|
|
|
|
2016-04-04 00:26:05 -05:00
|
|
|
SLEEPKITFORDEBUGGER <seconds to sleep>
|
|
|
|
sleep <n> seconds in each kit process instance after forking,
|
|
|
|
to allow a 'sudo gdb' session to attach and debug that
|
|
|
|
process.
|
2016-11-21 04:06:05 -06:00
|
|
|
|
2021-11-18 06:08:14 -06:00
|
|
|
COOL_STORAGE_COOKIE <key:value>
|
2017-05-17 03:48:51 -05:00
|
|
|
Sets a cookie to all the requests made to storage. This is extremely useful for
|
|
|
|
debugging WOPI implementations. For eg: Using XDebug with OwnCloud/NextCloud.
|
2017-05-17 12:45:17 -05:00
|
|
|
|
2021-11-18 06:08:14 -06:00
|
|
|
COOL_SERVE_FROM_FS
|
2017-05-17 12:45:17 -05:00
|
|
|
If mentioned, files are not loaded into the memory on start, instead they are
|
2021-11-10 06:35:56 -06:00
|
|
|
read from the filesystem. This can be helpful in COOL development
|
2017-05-17 12:45:17 -05:00
|
|
|
where you can tweak it without restarting wsd.
|