Skip to content

Commit

Permalink
Merge pull request #375 from lmagyar/pr-csv-log-line-length
Browse files Browse the repository at this point in the history
Extend CSV log line length
  • Loading branch information
wolpi authored Sep 7, 2024
2 parents a2a20e0 + e0f82ea commit b87c60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitiveFTPd/src/org/primftpd/log/CsvLogger.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class CsvLogger extends MarkerIgnoringBase
{
private static final long serialVersionUID = 3245106428450758061L;

private static final int MAX_MSG_LEN = 100;
private static final int MAX_MSG_LEN = 250;

private static final DateFormat DATE_FORMAT =
new SimpleDateFormat("yyyy-MM-dd hh:mm:ss.S", Locale.GERMAN);
Expand Down

0 comments on commit b87c60f

Please sign in to comment.