File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838# SECURITY WARNING: don't run with debug turned on in production
3939DEBUG = env .bool ("FEDERATEDCODE_DEBUG" , default = False )
4040
41-
4241############################################
4342# Federation settings
4443AP_CONTENT_TYPE = "application/activity+json"
200199 },
201200 },
202201 "loggers" : {
203- "scanpipe" : {
204- "handlers" : ["null" ] if IS_TESTS else ["console" ],
205- "level" : FEDERATEDCODE_LOG_LEVEL ,
206- "propagate" : False ,
207- },
208202 "django" : {
209203 "handlers" : ["null" ] if IS_TESTS else ["console" ],
210204 "propagate" : False ,
213207 "django.db.backends" : {
214208 "level" : FEDERATEDCODE_LOG_LEVEL ,
215209 },
210+ "fedcode.pipelines" : {
211+ "handlers" : ["null" ] if IS_TESTS else ["console" ],
212+ "level" : FEDERATEDCODE_LOG_LEVEL ,
213+ "propagate" : False ,
214+ },
216215 },
217216}
218217
You can’t perform that action at this time.
0 commit comments