Proper logging instead of blindly printing to standard out
This commit is contained in:
parent
3efa34e07d
commit
b6fc6f2054
15 changed files with 298 additions and 187 deletions
|
|
@ -10,6 +10,20 @@
|
|||
# The name displayed by Moonlight
|
||||
sunshine_name = Sunshine
|
||||
|
||||
# The minimum log level printed to standard out
|
||||
#
|
||||
# none -> no logs are printed to standard out
|
||||
#
|
||||
# verbose = [0]
|
||||
# debug = [1]
|
||||
# info = [2]
|
||||
# warning = [3]
|
||||
# error = [4]
|
||||
# fatal = [5]
|
||||
# none = [6]
|
||||
#
|
||||
# min_log_level = info
|
||||
|
||||
# The origin of the remote endpoint address that is not denied for HTTP method /pin
|
||||
# Could be any of the following values:
|
||||
# pc|lan|wan
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue