This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_users3
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
use log path that exists
master
Andrea Cimbalo
7 years ago
parent
2bc67a2146
commit
3d8f139952
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
server.py
+ 1
- 1
server.py
View File
@ -13,7 +13,7 @@ app = Flask(__name__)
logfmt
=
logging
.
Formatter
(
'
time=
%(asctime)s
level=
%(levelname)s
app=
%(name)s
msg=
"
%(message)s
"
'
)
logrotate
=
RotatingFileHandler
(
'
/var/log/login
/server
'
,
'
/var/log/login
.log
'
,
backupCount
=
10
,
)
Write
Preview
Loading…
Cancel
Save