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

Detailed log produkciós környezetben #91

Open
VargaJoe opened this issue Jun 27, 2024 · 1 comment
Open

Detailed log produkciós környezetben #91

VargaJoe opened this issue Jun 27, 2024 · 1 comment
Assignees
Labels

Comments

@VargaJoe
Copy link
Contributor

Jelenleg az app produkciós környezetben is gyártja a DetailedLogokat, ennek beállíthatónak kellene lennie:
SenseNet.Search.Lucene29.Centralized.GrpcService/Program.cs

@kavics kavics self-assigned this Jun 28, 2024
@kavics
Copy link
Contributor

kavics commented Aug 30, 2024

Talán használni kellene a preproccesszor utasítást:

#if DEBUG
            SnLog.Instance = new SnFileSystemEventLogger();
            SnTrace.SnTracers.Add(new SnFileSystemTracer());
#endif

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

No branches or pull requests

2 participants