Skip to content

Commit

Permalink
Enable logging by default
Browse files Browse the repository at this point in the history
  • Loading branch information
matty-r committed Feb 2, 2024
1 parent b791e58 commit c4f1f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/urChatBasic/base/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ public class Constants
public static final Boolean DEFAULT_USERS_LIST_ACTIVE = true;
public static final Boolean DEFAULT_EVENT_TICKER_JOINS_QUITS = true;
public static final Boolean DEFAULT_MAIN_WINDOW_JOINS_QUITS = true;
public static final Boolean DEFAULT_LOG_CHANNEL_ACTIVITY = false;
public static final Boolean DEFAULT_LOG_SERVER_ACTIVITY = false;
public static final Boolean DEFAULT_LOG_CHANNEL_ACTIVITY = true;
public static final Boolean DEFAULT_LOG_SERVER_ACTIVITY = true;
public static final Boolean DEFAULT_AUTO_CONNECT_FAVOURITES = false;
public static final Boolean DEFAULT_LIMIT_CHANNEL_LINES = true;
public static final String DEFAULT_LIMIT_CHANNEL_LINES_COUNT = "500";
Expand Down

0 comments on commit c4f1f1a

Please sign in to comment.