MT#14675 use ngcp-panel/logging.conf

Change-Id: Ifac89fc011d2f6e81be7bf7a2bfbab1dc0fcd211
changes/48/3948/2
Kirill Solomko 10 years ago
parent 4a9342547b
commit 6ff2c31370

@ -6,7 +6,7 @@
<config debugging="0"
prov_user="[% www_csc.prov_user %]"
prov_pass="[% www_csc.prov_pass %]"
log4perlconf="/etc/ngcp-ossbss/logging.conf"
log4perlconf="/etc/ngcp-panel/logging.conf"
site_domain="[% www_csc.site_domain %]"
display_account_info="[% www_csc.display_account_info %]"
sip_server="[% www_csc.sip_server %]"

@ -10,7 +10,7 @@ use Apache2::Const;
use XML::Simple;
use Log::Log4perl;
Log::Log4perl::init('/etc/ngcp-ossbss/logging.conf');
Log::Log4perl::init('/etc/ngcp-panel/logging.conf');
my $log = Log::Log4perl->get_logger('csc');
$log->info('jitsiprov starting up');

Loading…
Cancel
Save