-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added logging.properties and gradle config to enable Helidon lo…
…gging Signed-off-by: Matt Peterson <[email protected]>
- Loading branch information
1 parent
3c61790
commit b373c30
Showing
8 changed files
with
60 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Log Level Values | ||
# | ||
# SEVERE: indicates a critical error or failure | ||
# WARNING: warns of potential issues or errors | ||
# INFO: reports normal operational information | ||
# CONFIG: provides configuration-related information | ||
# FINE: provides detailed debugging information | ||
# FINER: provides finer-grained debugging information | ||
# FINEST: provides the most detailed debugging information | ||
|
||
# Set the default logging level | ||
.level=INFO | ||
|
||
# Helidon loggers | ||
io.helidon.webserver.level=SEVERE | ||
io.helidon.config.level=SEVERE | ||
io.helidon.security.level=INFO | ||
io.helidon.common.level=INFO | ||
|
||
# Configure the app log level | ||
#com.hedera.block.level=FINE | ||
#com.hedera.block.server.level=FINE | ||
|
||
# Configure specific loggers | ||
#com.hedera.block.server.mediator.LiveStreamMediatorImpl.level=FINE | ||
#com.hedera.block.server.persistence.storage.write.BlockAsDirWriter.level=FINE | ||
#com.hedera.block.server.producer.ProducerBlockItemObserver.level=FINE | ||
|
||
# Console handler configuration | ||
handlers = java.util.logging.ConsoleHandler | ||
java.util.logging.ConsoleHandler.level = FINE | ||
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters