File tree Expand file tree Collapse file tree
commons/src/main/java/org/restheart/logging
mongodb/src/main/java/org/restheart/mongodb/interceptors Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 *
3232 * Usage in logback.xml:
3333 * <conversionRule conversionWord="prefix" class="org.restheart.utils.LogPrefixConverter" />
34- <pattern>%d{HH:mm:ss.SSS} [%thread] %highlight(%-5level) %trace%-45logger{45} %prefix%msg%n%throwable{short}</pattern>
34+ <pattern>%d{HH:mm:ss.SSS} [%thread] %highlight(%-5level) %trace%-45logger{45} %prefix%msg%n%throwable{short}</pattern>
3535 *
3636 * @author Andrea Di Cesare {@literal <andrea@softinstigate.com>}
3737 */
Original file line number Diff line number Diff line change 4141/**
4242 *
4343 * Injects the db properties into the MongoRequest
44-
45- It is also responsible of sending NOT_FOUND in case of requests involving not
46- existing dbs (that are not PUT)
44+
45+ It is also responsible of sending NOT_FOUND in case of requests involving not
46+ existing dbs (that are not PUT)
4747 *
4848 * @author Andrea Di Cesare {@literal <andrea@softinstigate.com>}
4949 */
You can’t perform that action at this time.
0 commit comments