芹菜默认日志存储在哪里?我从screen
开始,没有任何-f
参数的芹菜工人。
答案 0 :(得分:1)
考虑到celery是其消息代理上的消息传递库,您可能应该寻找代理将日志保存在何处。例如,如果您使用RabbitMQ,它们将位于from bokeh.io import curdoc, show
from bokeh.layouts import widgetbox
from bokeh.models import ColumnDataSource, Slider, DataTable, TableColumn
def get_square(n):
return dict(x = list(range(n)), y = [x ** 2 for x in range(n)])
source = ColumnDataSource(get_square(15))
columns = [TableColumn(field = "x", title = "x"), TableColumn(field = "y", title = "x**2")]
table = DataTable(source = source, columns = columns, width = 300, css_classes = ['my_class'])
slider = Slider(start = 1, end = 200, value = 15, step = 1, title = "i", width = 300)
def update_data(attrname, old, new):
table.source.data = get_square(slider.value)
table.width = 300 + slider.value * 25
table.update()
slider.on_change('value', update_data)
layout = widgetbox(slider, table)
curdoc().add_root(layout)
中,并且它们将具有节点的名称(按defaut的名称)和计算机的名称,因此您将有一堆Rabbit@yourlocalhostname.log,并且也是用.gz压缩的旋转日志的结果