https://questdb.io logo
Title
n

Newskooler

04/18/2023, 1:05 PM
Hi QDB πŸ‘‹ I am working on extracting and visualizing the QDB logs. Is there any documentation where I can read about the abbreviations in the QDB logs? What does each one mean? I know for example that
I
is info and
E
is error, but I am sure there is much more to it: ) Thanks 🦜
a

Andrey Pechkurov

04/18/2023, 1:15 PM
Hi πŸ‘‹ The log levels are listed here: https://github.com/questdb/questdb/blob/e7ec524701557495ab751874cfcea178aace5a63/core/src/main/java/io/questdb/log/LogLevel.java#L30-L37 It might be a good idea to document them though. cc @Amy Wang
n

Newskooler

04/18/2023, 1:20 PM
Thanks! Yes it would be useful. Are there any other abbreviations we should be aware of?
a

Andrey Pechkurov

04/18/2023, 1:31 PM
C
is critical log level - these guys are really serious and usually they mean an non-recoverable error
n

Newskooler

04/18/2023, 1:46 PM
Noted! Thanks
a

Amy Wang

04/18/2023, 11:31 PM
Yes I have been working on it and just merged a page on log - https://questdb.io/docs/troubleshooting/log/ Hope it’s useful!