File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ rm -r /var/www/bookstack/public/uploads
77
77
ln -s /data/bookstack/files /var/www/bookstack/storage/uploads/files
78
78
ln -s /data/bookstack/images /var/www/bookstack/storage/uploads/images
79
79
ln -s /data/bookstack/uploads /var/www/bookstack/public/uploads
80
- ln -sf /dev/stderr /var/www/bookstack/storage/logs/laravel.log
81
80
82
81
# Create API key if needed
83
82
if ! bashio::fs.file_exists " /data/bookstack/appkey.txt" ; then
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export DB_HOST
10
10
export DB_PASSWORD
11
11
export DB_PORT
12
12
export DB_USERNAME
13
+ export LOG_CHANNEL=stderr
13
14
14
15
for envvar in $(bashio::config 'envvars|keys'); do
15
16
name=$(bashio::config "envvars[${envvar}].name")
You can’t perform that action at this time.
0 commit comments