Skip to content

Commit

Permalink
Merge pull request #181 from robbietu/master
Browse files Browse the repository at this point in the history
change log size
  • Loading branch information
robbietu authored Sep 11, 2024
2 parents ed6c29d + 4705fd1 commit 723fd99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif ()
# set PKTMINERG_MAJOR_VERSION, PKTMINERG_MINOR_VERSION, etc.
set(PKTMINERG_MAJOR_VERSION "0")
set(PKTMINERG_MINOR_VERSION "8")
set(PKTMINERG_PATCH_VERSION "0")
set(PKTMINERG_PATCH_VERSION "1")
set(PKTMINERG_VERSION_STRING "${PKTMINERG_MAJOR_VERSION}.${PKTMINERG_MINOR_VERSION}.${PKTMINERG_PATCH_VERSION}")

if (WIN32)
Expand Down
2 changes: 1 addition & 1 deletion assets/pktminerg.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
log4cpp.rootCategory=INFO, rootAppender # rootCategory : Log level
log4cpp.appender.rootAppender=RollingFileAppender
log4cpp.appender.rootAppender.fileName=pktminerg.log # log file name
log4cpp.appender.rootAppender.maxFileSize=1073741824 # log file size, in bytes
log4cpp.appender.rootAppender.maxFileSize=209715200 # log file size, in bytes
log4cpp.appender.rootAppender.maxBackupIndex=10 # back up max count
log4cpp.appender.rootAppender.layout=PatternLayout
log4cpp.appender.rootAppender.layout.ConversionPattern=%m %n
Expand Down
2 changes: 1 addition & 1 deletion assets/pktminerg.windows.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
log4cpp.rootCategory=INFO, rootAppender # rootCategory : Log level
log4cpp.appender.rootAppender=RollingFileAppender
log4cpp.appender.rootAppender.fileName=./logs/pktminerg/pktminerg.log # log file name
log4cpp.appender.rootAppender.maxFileSize=104857600 # 1073741824(1GB) # log file size, in bytes
log4cpp.appender.rootAppender.maxFileSize=209715200 # log file size, in bytes
log4cpp.appender.rootAppender.maxBackupIndex=10 # back up max count
log4cpp.appender.rootAppender.layout=PatternLayout
log4cpp.appender.rootAppender.layout.ConversionPattern=%m %n
Expand Down
2 changes: 1 addition & 1 deletion assets/probedaemon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
log4cpp.rootCategory=INFO, rootAppender # rootCategory : Log level
log4cpp.appender.rootAppender=RollingFileAppender
log4cpp.appender.rootAppender.fileName=probedaemon.log # log file name
log4cpp.appender.rootAppender.maxFileSize=1073741824 # log file size, in bytes
log4cpp.appender.rootAppender.maxFileSize=209715200 # log file size, in bytes
log4cpp.appender.rootAppender.maxBackupIndex=10 # back up max count
log4cpp.appender.rootAppender.layout=PatternLayout
log4cpp.appender.rootAppender.layout.ConversionPattern=%m %n
Expand Down

0 comments on commit 723fd99

Please sign in to comment.