Skip to content

Commit

Permalink
More logging handles for debugging sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaceccanti committed Oct 1, 2020
1 parent ae83379 commit fc38eb1
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# limitations under the License.
#


logging.pattern.dateformat="yyyy-MM-dd'T'HH:mm:ss.SSSXXX", UTC
logging.pattern.level= [%X{storm.requestId}] %X{tpc.clientInfo} %5p
logging.level.root=WARN
Expand All @@ -37,9 +36,13 @@ logging.level.org.italiangrid.storm=INFO

## HTTP Client
### Connection management
#logging.level.org.apache.http.impl.conn=DEBUG
#logging.level.org.apache.http.impl.client=DEBUG
#logging.level.org.apache.http.client=DEBUG
# Wire
# logging.level.org.apache.http.impl.conn=DEBUG
# logging.level.org.apache.http.impl.client=DEBUG
# logging.level.org.apache.http.client=DEBUG
### Wire
# logging.level.org.apache.http=DEBUG
# logging.level.org.apache.http.wire=DEBUG
# logging.level.org.apache.http.wire=DEBUG

#logging.level.org.eclipse.jetty.io=ERROR
#logging.level.org.eclipse.jetty.server=DEBUG
#logging.level.org.eclipse.jetty.server.HttpOutput=ERROR

0 comments on commit fc38eb1

Please sign in to comment.