Skip to content

Commit 21e7ea4

Browse files
committed
fix: properly parse LOG_FILE_ENABLED env var as boolean
1 parent 661effc commit 21e7ea4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/custom-environment-variables.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ freeswitch:
103103
log:
104104
level: LOG_LEVEL
105105
filename: LOG_FILENAME
106-
file: LOG_FILE_ENABLED
106+
file:
107+
__name: LOG_FILE_ENABLED
108+
__format: json
107109
stdout:
108110
__name: LOG_STDOUT_ENABLED
109111
__format: json

0 commit comments

Comments
 (0)