Browse Source

Updated the README with a slim --set-logger option example

Yann Weber 8 years ago
parent
commit
c98eef1d1a
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      README

+ 3
- 0
README View File

@@ -90,6 +90,9 @@ NOTE: You have to run in root to use this below
90 90
 		- generate a nginx conf for all instances :
91 91
 			slim -a --nginx-conf
92 92
 
93
+		- set logger to warning level and log in file :
94
+			slim -a -s --set-logger test:WARNING:/var/log/lodel2/%l.%s.log
95
+
93 96
 		- get some help for more options & actions :
94 97
 			slim -h
95 98
 

Loading…
Cancel
Save