Skip to content
Serge Rider edited this page Mar 24, 2016 · 1 revision

DBeaver writes different log files. Most of them are Eclipse logs.
Usually log files resides in the workspace.
Default workspace location is ${HOME}/.dbeaver.

Two standard log files:

  • <workspace-path>/.metadata/.log - all warnings and errors which happens during normal work
  • <workspace-path>/.metadata/dbeaver-debug.log - the same as .log plus debug information

In special cases log files can written in other directories. Special case is an emergency situation when DBeaver can't start and there is no workspace. Two typical places to find emergency logs:

  • <install-path>/configuration
  • ${HOME}/.eclipse/org.jkiss.dbeaver.product_<dbeaver-version>

If you are reporting about some error please attach logs (not complete file but valuable part of it).
Logs are very useful, big number of errors can't be reproduced/fixed without full error stacktrace.

User Guide
Admin Guide
Development
Troubleshooting
Clone this wiki locally