Skip to content

Commit 61f7165

Browse files
committed
setInfo logging
1 parent 28dffda commit 61f7165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js-src/functions/src/main/scala/org/scalalang/FunctionsApp.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.scalalang.utils.{Logger, RootLogger}
88
* This is the main entry point for our application
99
*/
1010
object FunctionsApp {
11-
RootLogger.setTrace()
11+
RootLogger.setInfo()
1212

1313
private val logger: Logger = Logger[FunctionsApp.type]
1414

0 commit comments

Comments
 (0)