Skip to content

Commit

Permalink
Add a CLI option to control logging level (OpenAPITools#1000)
Browse files Browse the repository at this point in the history
* Add CLI option to control logging level

* Update the property name
  • Loading branch information
ackintosh authored and jaumard committed Sep 21, 2018
1 parent 704ee00 commit c67e81c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<appender-ref ref="STDOUT"/>
<appender-ref ref="STDERR"/>
</logger>
<logger name="org.openapitools" level="info">
<logger name="org.openapitools" level="${log.level:-info}">
<appender-ref ref="STDOUT"/>
<appender-ref ref="STDERR"/>
</logger>
Expand Down

0 comments on commit c67e81c

Please sign in to comment.