OpenBazaar-Client icon indicating copy to clipboard operation
OpenBazaar-Client copied to clipboard

Where is the error log?

Open Rocks333 opened this issue 8 years ago • 3 comments

Ok this might be super stupid but i was unable to find where OB-client stores the logs. Makes my connection issue quite hard to troubleshoot :)

Rocks333 avatar Jun 07 '16 12:06 Rocks333

~/.openbazaar/debug.log

hoffmabc avatar Jun 07 '16 12:06 hoffmabc

I have only ob-client installed on the client machine and don't have this folder there. Only on the ob-server machine.

Rocks333 avatar Jun 07 '16 16:06 Rocks333

Logs are configured in the OpenBazaar-Server component. The DATA_FOLDER constant tells the server where to write its debug.log.

These are the default locations on each platform:

  • Windows: C:\Users\[Username]\AppData\Roaming\openbazaar\
  • OSX: /Users/[Username]/Library/Application Support/OpenBazaar/
  • Linux: ~/.openbazaar/

jonathancross avatar Dec 18 '16 20:12 jonathancross