Ahh, yes. I forgot those options were added. Use what Agustin has proposed :)
-dan On Fri, Jun 29, 2018 at 10:49 AM, Agustín Bertamoni < [email protected]> wrote: > You can send CWMP daemon logs and provisioning scripts logs by putting > something like this in your config file: > > "LOG_INFORMS" : true, > "CWMP_LOG_FILE" : "/var/log/genie-cmwp.log", > "CWMP_ACCESS_LOG_FILE" : "/var/log/genie-cmwp.log", > > Let me know if works fine. > BR > Agustin > > On Fri, Jun 29, 2018 at 3:05 PM Dan Morphis <[email protected]> wrote: > >> the cwmp logs to stdout. Therefore, its incumbent on you to direct the >> output to a file: >> >> /usr/bin/genieacs-cwmp &>> /var/log/genieacs/cwmp.log >> >> >> >> On Fri, Jun 29, 2018 at 6:27 AM, <[email protected]> wrote: >> >>> Hello, >>> >>> I'm new to genieACS. >>> So far, I've successfully tested Presets. For instance, I'm adding a tag >>> to a device if it comes with a 2 PERIODIC event. I could see that the tags >>> were successfully added to these devices. >>> >>> Now, I'm setting up a provision that is triggered by a preset. I saw >>> that we can add some useful log information with the "log('starting >>> provision.');" in the provision script. >>> My question is: in what folder are these logs written? >>> >>> In the folder genieacs/debug, it seems that there's a trace of all CWMP >>> exchanges between the device and the ACS, but I could not find the >>> provisions log. >>> >>> Thanks. >>> >>> >>> _______________________________________________ >>> Users mailing list >>> [email protected] >>> http://lists.genieacs.com/mailman/listinfo/users >>> >>> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.genieacs.com/mailman/listinfo/users >> > > _______________________________________________ > Users mailing list > [email protected] > http://lists.genieacs.com/mailman/listinfo/users > >
_______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
