Added another troubleshooting guideline
This commit is contained in:
parent
7d22be8375
commit
69b2283719
|
@ -190,6 +190,10 @@ Troubleshooting
|
||||||
You may find osync's logs in /var/log/osync.[INSTANCE_ID].log (or current directory if /var/log is not writable).
|
You may find osync's logs in /var/log/osync.[INSTANCE_ID].log (or current directory if /var/log is not writable).
|
||||||
Additionnaly, you can use the --verbose flag see to what actions are going on.
|
Additionnaly, you can use the --verbose flag see to what actions are going on.
|
||||||
|
|
||||||
|
When opening an issue, please post the corresponding log files. Also, you may run osync with _DEBUG option in order to have more precise logs, eg:
|
||||||
|
_DEBUG=yes ./osync.sh /path/to/conf
|
||||||
|
|
||||||
|
|
||||||
Uninstalling
|
Uninstalling
|
||||||
------------
|
------------
|
||||||
The installer script also has an uninstall mode that will keep configuration files. Use it with
|
The installer script also has an uninstall mode that will keep configuration files. Use it with
|
||||||
|
|
Loading…
Reference in New Issue