Skip to content

Tarantool logging #6851

Discussion options

You must be logged in to vote

Hello!

Developing

For local developing use file instances.yml in project directory.
There is global section for all tarantool instances :

<appname>:
  log: "taran.log"

Or use section just for current instance:

<appname>.<instance-name>:
  log: "taran-node.log"

Production

For production use file /etc/tarantool/conf.d/instances.yml.
There is global section for all tarantool instances :

<appname>:
  log: "taran.log"

Or use section just for current instance:

<appname>.<instance-name>:
  log: "taran-node.log"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jackcarver-a
Comment options

Answer selected by Totktonada
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants