Skip to content

Commit

Permalink
Merge pull request #43 from mdegat01/declare-at-top
Browse files Browse the repository at this point in the history
Declare log_level up top
  • Loading branch information
mdegat01 authored Apr 11, 2021
2 parents 2b44cca + a26c75f commit be01306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loki/rootfs/etc/services.d/loki/run
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

readonly BIND_ADDR=127.0.0.1
readonly HTTP_PORT=8080
declare log_level
loki_config='/etc/loki/default-config.yaml'

bashio::log.info 'Starting Loki...'
Expand Down

0 comments on commit be01306

Please sign in to comment.