Skip to content

Commit 05eba57

Browse files
authored
🔨 Fix Laravel Logging (#155)
1 parent b2de820 commit 05eba57

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

‎bookstack/rootfs/etc/cont-init.d/bookstack.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ rm -r /var/www/bookstack/public/uploads
7777
ln -s /data/bookstack/files /var/www/bookstack/storage/uploads/files
7878
ln -s /data/bookstack/images /var/www/bookstack/storage/uploads/images
7979
ln -s /data/bookstack/uploads /var/www/bookstack/public/uploads
80-
ln -sf /dev/stderr /var/www/bookstack/storage/logs/laravel.log
8180

8281
# Create API key if needed
8382
if ! bashio::fs.file_exists "/data/bookstack/appkey.txt"; then

‎bookstack/rootfs/etc/services.d/php-fpm/run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export DB_HOST
1010
export DB_PASSWORD
1111
export DB_PORT
1212
export DB_USERNAME
13+
export LOG_CHANNEL=stderr
1314

1415
for envvar in $(bashio::config 'envvars|keys'); do
1516
name=$(bashio::config "envvars[${envvar}].name")

0 commit comments

Comments
 (0)