Skip to content

Commit

Permalink
disable logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Conor Flynn committed Apr 6, 2023
1 parent 2407d4b commit de9b2b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public class Config {
app_properties.put("general.collection.delim", "=");
app_properties.put("general.transfer.delim", "&&&");
app_properties.put("general.data.dateformat", "yyyy-MM-dd");
app_properties.put("general.logging.packets", "true");
app_properties.put("general.logging.responses", "true");
app_properties.put("general.logging.packets", "false");
app_properties.put("general.logging.responses", "false");
properties.put("app", app_properties);

Properties stream_properties = new Properties();
Expand Down

0 comments on commit de9b2b0

Please sign in to comment.