Skip to content
Snippets Groups Projects
Commit 2bc1f96b authored by Martin Haase's avatar Martin Haase
Browse files

made log dir right

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@8228 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent 6596fc62
No related branches found
No related tags found
No related merge requests found
...@@ -57,8 +57,8 @@ text5 = DAASIlib::DATA ...@@ -57,8 +57,8 @@ text5 = DAASIlib::DATA
must = 0 must = 0
description = "Name of the logfile with absolute or relative path. " description = "Name of the logfile with absolute or relative path. "
arg = 1 arg = 1
argtype = "filename_add_subdir_log" argtype = "filename_add_subdir_log"
default = "./logs/syncFromRBAC.log" default = "./log/syncFromRBAC.log"
</options> </options>
<options debugmode> <options debugmode>
......
...@@ -40,6 +40,7 @@ if (defined $conf->{data}->{write_to_system} && $conf->{data}->{write_to_system} ...@@ -40,6 +40,7 @@ if (defined $conf->{data}->{write_to_system} && $conf->{data}->{write_to_system}
$gridmapfilepath = $conf->{data}->{gridmapfilepath}; $gridmapfilepath = $conf->{data}->{gridmapfilepath};
$groupfilepath = $conf->{data}->{groupfilepath}; $groupfilepath = $conf->{data}->{groupfilepath};
$logfilepath = $conf->{data}->{logfile}; $logfilepath = $conf->{data}->{logfile};
$last_modifyTimestamp_path = $conf->{data}->{last_modifyTimestamp_path}; $last_modifyTimestamp_path = $conf->{data}->{last_modifyTimestamp_path};
$alternative_last_modify_timestamp = $conf->{data}->{alternative_last_modify_timestamp}; $alternative_last_modify_timestamp = $conf->{data}->{alternative_last_modify_timestamp};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment