You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
feat(mcs): add -v option to enable logging to console
refactor(ci): switch S3 uploading to AWS CLI for logging S3 link docs: update README with to reflect changes in Drone pipeline feat(env): add activate script for portable Python fix(logging): log RequestException response body
This commit is contained in:
@ -262,7 +262,7 @@ dispatcher.connect(
|
||||
|
||||
|
||||
def jsonify_error(status, message, traceback, version): \
|
||||
# pylint: disable=unused-argument
|
||||
# pylint: disable=unused-argument
|
||||
"""JSONify all CherryPy error responses (created by raising the
|
||||
cherrypy.HTTPError exception)
|
||||
"""
|
||||
|
@ -417,7 +417,7 @@ class ConfigController:
|
||||
)
|
||||
if in_maintenance_state():
|
||||
module_logger.info(
|
||||
'Maintaninance state is active in new config. '
|
||||
'Maintenance state is active in new config. '
|
||||
'MCS processes should not be started.'
|
||||
)
|
||||
cherrypy.engine.publish('failover', False)
|
||||
|
Reference in New Issue
Block a user