-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.conf
25 lines (22 loc) · 935 Bytes
/
server.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# configuration settings for server.py
[application]
#name = myserver
[connection]
ip_addr = 192.168.0.104
hmac_key = tNRQVL6siWzyhYHBIp8D
hmac_key_ns = PEPC5uUcY565SJyepJIo
# Available log levels. The default level is DEBUG, which means that only
# events of this level and above will be tracked, unless the log level is
# configured to do otherwise.
# CRITICAL A serious error, indicating that the program itself may be unable
# to continue running
# ERROR Due to a more serious problem, the software has not been able
# to perform some function
# WARNING An indication that something unexpected happened, or indicative of
# some problem in near future. The software is still working as expected
# INFO Confirmation that things are working as expected
# DEBUG Detailed information, typically of interest only when diagnosing
# problems
[logging]
logfile = server.log
loglevel = INFO