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:
@ -55,7 +55,7 @@ def switch_node_maintenance(
|
||||
maintenance_element = etree.SubElement(config_root, 'Maintenance')
|
||||
maintenance_element.text = str(maintenance_state).lower()
|
||||
node_config.write_config(config_root, filename=output_config_filename)
|
||||
# TODO: probably move publishing to cherrypy.emgine failover channel here?
|
||||
# TODO: probably move publishing to cherrypy.engine failover channel here?
|
||||
|
||||
|
||||
def add_node(
|
||||
|
Reference in New Issue
Block a user