秦F103机巢代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
317B

  1. [global]
  2. strict init = true
  3. buffer min = 1024
  4. buffer max = 2MB
  5. rotate lock file = /tmp/zlog.lock
  6. default format = "%d(%F %X.%ms) %-6V (%c:%F:%U:%L):%m%n"
  7. [formats]
  8. simple = "%d(%m-%d %T).%ms [%T] %-2V (%f:%L):%m%n"
  9. [rules]
  10. my_cat.* >stderr;simple
  11. my_cat.* "./logs/%d(%F).log";simple