Commit b0f2d805 authored by Sylvain Berfini's avatar Sylvain Berfini :cow:
Browse files

SQL duration logger outputs to debug as default

parent 310637f2
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -54,7 +54,7 @@ class DurationLoggerPrivate; ...@@ -54,7 +54,7 @@ class DurationLoggerPrivate;
class DurationLogger : public BaseObject { class DurationLogger : public BaseObject {
public: public:
DurationLogger (const std::string &label, Logger::Level level = Logger::Info); DurationLogger (const std::string &label, Logger::Level level = Logger::Debug);
~DurationLogger (); ~DurationLogger ();
private: private:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment