```[qtp1676605578-16] INFO Exposed - Preparing cre...
# exposed
m
Copy code
[qtp1676605578-16] INFO Exposed - Preparing create tables statements took 1ms
[qtp1676605578-16] INFO Exposed - Executing create tables statements took 3ms
[qtp1676605578-16] INFO Exposed - Extracting table columns took 35ms
[qtp1676605578-16] INFO Exposed - Extracting column constraints took 3ms
[qtp1676605578-16] INFO Exposed - Preparing alter table statements took 38ms
[qtp1676605578-16] INFO Exposed - Executing alter table statements took 1ms
[qtp1676605578-16] INFO Exposed - Checking mapping consistence took 10ms
t
@Mihael, what logger backend do you use? Exposed logs everything via slf4j facade, so the way to disable logging depends on a logger implementation.
m
Hey, i remembered i do have slf4j added to maven
t
do you have
slf4j-log4j
or something like that?
m
Sorry for the extremely late reply. I had some very important stuff irl that popped in
I do have this:
Copy code
<groupId>org.slf4j</groupId>
            <artifactId>slf4j-simple</artifactId>
            <version>1.7.26</version>
m
Thank you