logging
Hello, on my nuxeo platform I get a log-entry into my postgres database for every log-in event. Here is header and one entry into this table: log_id | log_event_category | log_event_comment | lo g_doc_life_cycle | log_doc_path | log_doc_type | ...
1 votes
1 answers
1 comments
4769 views
I've looked and haven't found another “answer” that addresses this issue. I've created a custom automation operation with Nuxeo IDE. The custom operation has several classes, singletons, etc. and generates logs. The custom operation will update and ...
0 votes
0 answers
0 comments
1576 views
I create a listener and I want to in logs information of the document. Here is my code: public class MyListener implements EventListener { public void handleEvent(Event event) throws ClientException { EventContext ctx = event.getContext(); ...
0 votes
1 answers
0 comments
1784 views
Sometimes, I forget something in my configuration and my Nuxeo application doesn't work. Okay and sometimes troubles comes from Nuxeo and I would like to try to find the type of trouble :) I would like to have more autonomy and try to find alone my ...
0 votes
1 answers
0 comments
2861 views
Hi all, I'm facing problems to configure nuxeo to use googlemail smtp after a fresh install of nuxeo 5.5 (another post) but I have not enough information to troubleshoot. I have activated the mail.debug =true in nuxeo.conf and I imagined that this ...
0 votes
2 answers
2 comments
4739 views