ezx_aplog.cfg

来自「moto e2 操作系统为源文件(只能在LINUX环境中」· CFG 代码 · 共 60 行

CFG
60
字号
#!EZX_APLOG_CFG#The above line is the flag for ezx_aplog.cfg,#keep it at the first line.[APLOG]#logoffline = 0 -- PST MODE    #logoffline = 1 -- FILE MODElogoffline = 0#Loaction for ap log file.logfilelocation = "/ezxlocal/log"#Turn on/off mux log: #muxlogswitch = 1 -- on  #muxlogswitch = 0 -- offmuxlogswitch = 0#Turn on/off ip log#iplogswitch = 1 -- turn on  #iplogswitch = 0 -- turn offiplogswitch = 0#Turn on/off ipsec log#ipseclogswitch = 1 -- turn on  #ipseclogswitch = 0 -- turn offipseclogswitch = 0#The base size of log file = 1MB.#The value of FILESIZE = Integer of (1-5)logfilesize = 1#Turn on/off logreplay feature# 1 -- on# 0 -- offlogreplay = 0#Turn on/off powerofflog# 1 -- on# 0 -- offpowerofflog = 0[PANICLOG]#Location for panic log file.corefilelocation = "/ezxlocal/log"#The base size of panic log file = 1KB.#The value of FILESIZE = Integer of (1-10)corefilesize = 1#The max panic log file number for one applicationcorefilenum = 1#Enable panic log featurepaniclogenable = 0#Enable emg log featureemglogenable = 0#limit sa log total numbercorefiletotalnum = 2

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?