Skip to content

Commit

Permalink
More verbose logs
Browse files Browse the repository at this point in the history
More verbose logs for #441
  • Loading branch information
istiak101 committed Aug 4, 2021
1 parent a84e2c2 commit b2e42b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plogical/vhostConfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class vhostConfs:
errorlog $VH_ROOT/logs/$VH_NAME.error_log {
useServer 0
logLevel ERROR
logLevel WARN
rollingSize 10M
}
Expand Down Expand Up @@ -93,7 +93,7 @@ class vhostConfs:
errorlog $VH_ROOT/logs/{masterDomain}.error_log {
useServer 0
logLevel ERROR
logLevel WARN
rollingSize 10M
}
Expand Down Expand Up @@ -315,7 +315,7 @@ class vhostConfs:
errorlog $VH_ROOT/logs/$VH_NAME.error_log {
useServer 0
logLevel ERROR
logLevel WARN
rollingSize 10M
}
Expand Down

0 comments on commit b2e42b5

Please sign in to comment.