Skip to content

Commit e988437

Browse files
committed
Logging to stdout
Not logging to the file by default anymore, because docker logs container output so it can be easily seen
1 parent b52932a commit e988437

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Fixed bug when running hooks (#3)
66
- Added **finish** hook (which runs just before container exit)
77
- Added **persistent interface** option, so interface is persistently present on device (if using host networking mode) and firewall setup rules are executed **only once** (no ip tables mess) (#1)
8+
- Logging chaned to stdout, no more log file by default
89

910
### 1.0.4 - IPv6 docs, improved wizards
1011

root/defaults/system.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tmp-dir tmp
4141
# Logging
4242
verb 3
4343
mute 100
44-
log-append log/openvpn.log
44+
#log-append log/openvpn.log
4545

4646
# Status
4747
status log/status 30

0 commit comments

Comments
 (0)