We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8931e46 commit f516c6cCopy full SHA for f516c6c
webapp/src/main/resources/config/application.properties
@@ -12,7 +12,8 @@ info.build.version=@project.version@
12
#logging.file.path=/var/logs
13
#logging.file.name=mojito.log
14
#logging.config= # location of config file (default classpath:logback.xml for logback)
15
-#logging.level.*=ERROR
+#logging.level.root=ERROR
16
+#logging.level.com.box.l10n.*=ERROR
17
#logging.level.org.apache.http.wire=DEBUG
18
19
logging.level.net.sf.okapi.common.pipelinedriver.PipelineDriver=ERROR
0 commit comments