File tree Expand file tree Collapse file tree
examples/microprofile/static-content/src/test/resources
integrations/micrometer/cdi/src/test/resources
metrics/src/test/resources
tests/tck/tck-fault-tolerance/src/test/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2018, 2020 Oracle and/or its affiliates.
2+ # Copyright (c) 2018, 2023 Oracle and/or its affiliates.
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
1616
1717handlers =io.helidon.common.HelidonConsoleHandler
1818.level =INFO
19- java.util.logging.FileHandler.pattern =%h/java%u.log
20- java.util.logging.FileHandler.limit =50000
21- java.util.logging.FileHandler.count =1
22- java.util.logging.FileHandler.formatter =java.util.logging.XMLFormatter
2319org.jboss.weld.level =INFO
Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2021 Oracle and/or its affiliates.
2+ # Copyright (c) 2021, 2023 Oracle and/or its affiliates.
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
1818# For more information see $JAVA_HOME/jre/lib/logging.properties
1919
2020# Send messages to the console
21- handlers =io.helidon.common.HelidonConsoleHandler,java.util.logging.FileHandler
21+ handlers =io.helidon.common.HelidonConsoleHandler
2222
2323# HelidonConsoleHandler uses a SimpleFormatter subclass that replaces "!thread!" with the current thread
2424java.util.logging.SimpleFormatter.format =%1$tY.%1$tm.%1$td %1$tH:%1$tM:%1$tS %4$s %3$s !thread!: %5$s%6$s%n
Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2021 Oracle and/or its affiliates.
2+ # Copyright (c) 2021, 2023 Oracle and/or its affiliates.
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
1818# For more information see $JAVA_HOME/jre/lib/logging.properties
1919
2020# Send messages to the console
21- handlers =io.helidon.common.HelidonConsoleHandler,java.util.logging.FileHandler
21+ handlers =io.helidon.common.HelidonConsoleHandler
2222
2323# HelidonConsoleHandler uses a SimpleFormatter subclass that replaces "!thread!" with the current thread
2424java.util.logging.SimpleFormatter.format =%1$tY.%1$tm.%1$td %1$tH:%1$tM:%1$tS %4$s %3$s !thread!: %5$s%6$s%n
Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2018 Oracle and/or its affiliates.
2+ # Copyright (c) 2018, 2023 Oracle and/or its affiliates.
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
1515#
1616
1717# Logging
18- handlers = java.util.logging.FileHandler, java.util.logging. ConsoleHandler
18+ handlers = java.util.logging.ConsoleHandler
1919.level = FINE
You can’t perform that action at this time.
0 commit comments