Log files - rbellamy/dbeaver GitHub Wiki
There is Error Log view (main menu Window->Show View->Error Log) which contains all errors occurred during DBeaver runtime.
You can double click on warning/error in the log viewer and see error stacktrace. Please attache it to the bug report.
Also you can open full log (all error messages) if you need:
DBeaver writes different log files. Most of them are Eclipse logs.
Usually log files reside in the workspace.
Default workspace location is in the user home subfolder .dbeaver4
. (${HOME}/.dbeaver4
).
- On Windows you usually can find it in
C:\Users\YourName\.dbeaver4
. - On Linux just type
cd ~/.dbeaver/.metadata
- On MacOS:
- Type
cd ~/.dbeaver4/.metadata
- Type
open .
- To view hidden folders press Cmd+Shift+. in the folder view.
- Type
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 be 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.