mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
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:
co-authored by
ketut-angga
parent
51f2bd5f81
commit
5da0fa2e64
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user