removing the level config (#1497)

* removing the level config, now the level taken from Monolog bundle configuration

* fixing text file error

* removing the env configuration

---------

Co-authored-by: ketut-angga <ketut.angga@balabali.com>
This commit is contained in:
ketut angga
2023-03-30 12:18:41 +02:00
committed by GitHub
co-authored by ketut-angga
parent 51f2bd5f81
commit 5da0fa2e64
2 changed files with 3 additions and 19 deletions
@@ -1,18 +1,7 @@
logbook:
api:
# The base url of logbook app.
url: "%env(LOGBOOK_API_URL)%"
url: ""
# The key of logbook client app.
key: "%env(LOGBOOK_API_KEY)%"
# The minimum log level allowed to be stored.
# DEBUG
# INFO
# NOTICE
# WARNING
# ERROR
# CRITICAL
# ALERT
# EMERGENCY
level: "%env(LOGBOOK_LEVEL)%"
# The API key of logbook client app.
key: ""
@@ -4,10 +4,5 @@
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LOGBOOK_API_URL": "Logbook API url",
"LOGBOOK_API_KEY": "Logbook API key",
"LOGBOOK_LEVEL": "ERROR"
}
}