Skip to content

Commit

Permalink
REQ032.005 Modify:zhouxin Desc:默认日志记录最大字节数修改为128
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhxyy committed Aug 15, 2021
1 parent 64b5883 commit 89f1541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lagan.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ typedef enum {
} LaganLevel;

// 模块名最大长度
#define LAGAN_MODULE_NAME_LEN_MAX 100
#define LAGAN_MODULE_NAME_LEN_MAX 64

// 默认的日志记录最大字节数
#define LAGAN_RECORD_MAX_SIZE_DEFAULT 512
#define LAGAN_RECORD_MAX_SIZE_DEFAULT 128

// 默认过滤级别
#define LAGAN_FILTER_LEVEL_DEAFULT LAGAN_LEVEL_DEBUG
Expand Down

0 comments on commit 89f1541

Please sign in to comment.