Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to split exceptions and logs (and split log files by days) into separated directories #86

Closed
forrest79 opened this issue Nov 28, 2014 · 4 comments

Comments

@forrest79
Copy link
Contributor

Hello,

we are using Tracy in a big project with a high traffic. It can generate many exceptions and warnings. For clarity, we are saving exceptions and logs into separated directories. And logs we are spliting by days (for example: error-2014-01-01.log, info-2014-01-01.log). It would be great, if this functionality can be in Tracy (optional). If there will be interest in this functionality, I will write the pull-request.

@hrach
Copy link
Contributor

hrach commented Nov 28, 2014

well, yes, quite neede feature, sadly, David refused it already. maybe time to reconsider. nette/nette#377

@fprochazka
Copy link
Contributor

If you have lot of logs, you may wanna consider a better solution then writing to disk

@hrach
Copy link
Contributor

hrach commented Nov 28, 2014

@fprochazka I don't understand, does you solution somehow manage keeping all redscreens and organize them?

@fprochazka
Copy link
Contributor

No, but bluescreens are unique. Log messages are not.

Also, fixing the project to not generate bluescreens but messages in most handled cases should be preffered. If you have a bluescreen that's a problem. If you have a state where something fails and you can recover from it, message should be enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants