Skip to content
Snippets Groups Projects
Commit 0fb16ebd authored by Danny Auble's avatar Danny Auble
Browse files

log fix

parent f0f84523
No related branches found
No related tags found
No related merge requests found
...@@ -88,8 +88,8 @@ main (int argc, char *argv[]) ...@@ -88,8 +88,8 @@ main (int argc, char *argv[])
conf->log_opts.logfile_level = conf->debug_level; conf->log_opts.logfile_level = conf->debug_level;
conf->log_opts.syslog_level = conf->debug_level; conf->log_opts.syslog_level = conf->debug_level;
/* forward the log options to slurmd_step */ /* forward the log options to slurmd_step */
log_alter(conf->log_opts, 0, NULL); //log_alter(conf->log_opts, 0, NULL);
//log_init(argv[0],conf->log_opts, LOG_DAEMON, conf->logfile); log_init(argv[0],conf->log_opts, LOG_DAEMON, conf->logfile);
g_slurmd_jobacct_init(conf->cf.job_acct_parameters); g_slurmd_jobacct_init(conf->cf.job_acct_parameters);
/* recieve len of packed cli from main slurmd */ /* recieve len of packed cli from main slurmd */
......
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