Skip to content

Commit d59a227

Browse files
David NobleDavid Noble
authored andcommitted
Merge pull request #79 from glennblock/develop
Fixing logging config for generatehello command
2 parents d835ac0 + 805b4d0 commit d59a227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/searchcommands_app/default/logging.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# [Configuration file format](http://goo.gl/K6edZ8)
55
#
66
[loggers]
7-
keys = root, CountMatchesCommand, SimulateCommand, SumCommand, HelloWorldCommand
7+
keys = root, CountMatchesCommand, SimulateCommand, SumCommand, GenerateHelloCommand
88

99
[logger_root]
1010
level = WARNING ; Default: WARNING

0 commit comments

Comments
 (0)