[erlang-questions] Directories in project root being created
Karolis Petrauskas
k.petrauskas@REDACTED
Wed May 25 14:12:56 CEST 2016
In my case, it was git://github.com/uwiger/setup.git. I solved this
inconvenience by adding the following to the sys.config.
{setup, [
{data_dir, "data"},
{log_dir, "log"}
]},
Karolis
On Wed, May 25, 2016 at 3:00 PM, Roberto Ostinelli <roberto@REDACTED> wrote:
> Dear list,
> When I run a release two directories get created for me:
>
> data.myapp@REDACTED
> log.myapp@REDACTED
>
> These directories are empty.
>
> Mnesia runs in memory only, and I've also set the directory to be temp:
>
> -mnesia schema_location ram
> -mnesia dir '"/tmp/mnesia"'
>
> So.. who is creating these directories? BTW they are empty.
>
> Thank you,
> r.
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
More information about the erlang-questions
mailing list