Andrés González
26b3a40133
INCR-108 ( #20058 )
...
* INCR-108: Run python-modernize on openedx/core/lib
* Fixed urlencode import
* Fixed diff quality warnings and six.string_types error
* Fixed pickle import
* Fixed iteritems import
* Fixed ungrouped imports
* Fixed six.moves import issues
2019-04-02 10:26:00 -04:00
Calen Pennington
721dd3bc8a
Log current userid in all log messages
...
REVMI-60
2019-03-12 13:55:08 -04:00
Matthew Piatetsky
444799fb0e
fix unicode strings in openedx/ part 2
2019-02-15 10:15:51 -05:00
Ned Batchelder
3353e7425e
Remove unused imports
2018-11-03 16:07:05 -04:00
Jeremy Bowman
1a67819ce4
PLAT-1945 Better management command ergonomics
2018-02-07 13:24:04 -05:00
Jeremy Bowman
11e134c552
PLAT-1916 Ignore existing usage of deprecated field_data
2018-02-02 16:12:00 -05:00
Feanil Patel
41879e0087
Update comment.
2018-02-01 10:08:40 -05:00
Feanil Patel
14b57f14ff
Remove unnecessary var.
...
Previously it was useful because we updated it conditionally but now
it's just reducing information locality.
2018-02-01 10:08:40 -05:00
Feanil Patel
8d84e8b4a2
Consolidate overrides into base config.
...
They used to be in a conditional but aren't anymore so we don't need to have
them be separate.
2018-02-01 10:08:40 -05:00
Feanil Patel
caff4b5720
console_loglevel never used, remove it.
2018-02-01 10:08:40 -05:00
Feanil Patel
3d6fe85703
syslog_addr config never used.
2018-02-01 10:08:40 -05:00
Feanil Patel
bc08698592
Remove dev_env specific settings.
...
Since we never used dev_env and have removed it.
2018-02-01 10:08:40 -05:00
Feanil Patel
779bc1d772
The dev_env parameter is never used in any of our configs.
2018-02-01 10:08:40 -05:00
Feanil Patel
147ea0c12c
Remove un-necessary conditional.
2018-02-01 10:08:40 -05:00
Feanil Patel
de80ab751a
Remove the debug override.
2018-02-01 10:08:40 -05:00
Jeremy Bowman
5ca1a51460
PLAT-1350 Log Python warnings in production
2018-01-29 15:50:13 -05:00
Kevin Falcone
ee5b8db538
This logs for every API call to an external service
...
It accounts for a large chunk of our splunk logs and is often
repetitive. See forums connections which on a sandbox do:
```
Starting new HTTP connection (1): localhost
```
and
```
comment_client_request_log: request_id=06ac65d3-61b9-4882-9edb-c6b65709318a, method=get, url=http://localhost:18080/api/v1/users/5 , duration=0.0101051330566
```
Add this for any other IDA call.
2017-07-11 16:42:16 -04:00
Omar Khan
510dd90c07
Remove newrelic logging handler
...
It was introduced back in 2012, and is not used in the default
configuration.
2016-02-15 11:04:55 +07:00
Ned Batchelder
99430113e3
Fix pre-existing pylint violations
2015-03-23 12:40:25 -04:00
Ned Batchelder
a84735057d
Move common/lib/*.py to openedx/core/lib
...
This makes these files importable, and puts them into the new best guess
as to where files should live.
2015-03-23 12:40:24 -04:00